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.