vectorflow icon indicating copy to clipboard operation
vectorflow copied to clipboard

Add top k semantic search endpoint

Open dgarnitz opened this issue 1 year ago • 3 comments

What To Build

  • An endpoint add to the api that allows the user to pass in a text-only search term, embed it with a supported model (right now only the 3 OpenAI embedding models), query the vector DB
  • This should return the the raw vectors plus the associated metadata. VectorFlow's standard metadata schema includes the source text
  • Make the default K 5 or 10 but enable the user to set this
  • Add a method that does this to the vectorflow client
  • Add a script to the `testing scripts' that servers as an end-to-end test of the whole system
  • No reranker is currently needed. If there is demand, this can be a follow up task

dgarnitz avatar Apr 04 '24 18:04 dgarnitz

Hello, I'd like to join the project and work on this

Riccardo231 avatar Dec 25 '24 19:12 Riccardo231

hey, thanks for your interest. feel free to open a PR and I will review it. We are not actively working on this project much anymore though. If you're interested in working on a private, similar project, send me an email at [email protected]

dgarnitz avatar Dec 30 '24 18:12 dgarnitz

I wrote you

Riccardo231 avatar Dec 30 '24 18:12 Riccardo231