Create an API server that accepts a conversation and returns the related ADLs.
Solution:
The server should store ADLs in a vectors DB and use semantic similarity to find ADLs that are related to a given conversation.
TechStack:
Kotlin/Ktor or Python
Qdrant Vector DB
Create an API server that accepts a conversation and returns the related ADLs.
Solution:
The server should store ADLs in a vectors DB and use semantic similarity to find ADLs that are related to a given conversation.
TechStack:
Kotlin/Ktor or Python
Qdrant Vector DB