We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to this design document we want to implement a semantic search capability in kamu.
Given a free-form text user prompt, the search API should return N most relevant datasets.
The relevance will be based on vector distance between the prompt and the dataset metadata in the embedding space.
Metadata should initially include:
Design document should include:
kamu search
Scope:
Based on preliminary research we would like to use Qdrant vector DB for storing the embeddings and performing search.
See also:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to this design document we want to implement a semantic search capability in kamu.
Given a free-form text user prompt, the search API should return N most relevant datasets.
The relevance will be based on vector distance between the prompt and the dataset metadata in the embedding space.
Metadata should initially include:
Design document should include:
kamu search
command will interact with the new systemScope:
Based on preliminary research we would like to use Qdrant vector DB for storing the embeddings and performing search.
See also:
The text was updated successfully, but these errors were encountered: