elixir-haystack / haystack

Simple, extendable full-text search engine written in Elixir
MIT License
200 stars 3 forks source link

Using haystack with vector databases like qdrant? #6

Open TwistingTwists opened 11 months ago

TwistingTwists commented 11 months ago

Would it make sense to generate embeddings and store them in vector database like qdrant ?

Motivation: I don't have to write adapters for trying out all the different vector db / search experiments. A nice consistent API of haystack is all I would need.

I am willing to raise a PR for this use case.

philipbrown commented 11 months ago

Hey @TwistingTwists!

Yeah, vector search is definitely something I think would be cool to add to Haystack. I think @seanmor5 might be working on something similar so it's probably worth speaking to him about it 🙏

TwistingTwists commented 11 months ago

Sure. Will do.