elixir-haystack/haystack

Using haystack with vector databases like qdrant?

TwistingTwists opened this issue · 2 comments

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.

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 🙏

Sure. Will do.