astra-cli icon indicating copy to clipboard operation
astra-cli copied to clipboard

[Feature] - Introduce semantic search functions

Open clun opened this issue 1 year ago • 0 comments

  • load a document
astra db load-doc <db> --collection <collection> --doc <doc> --llm openai
  • semantic search
astra db find-vector <db> --collection <collection> --sentence
  • Search
astra db find <db> --collection <collection> --filter {} --limit 3

clun avatar Feb 15 '24 12:02 clun