mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-01 10:19:23 +00:00
* Embedding instructions in EmbeddingRetriever Query and documents embeddings are prefixed with instructions, useful for retrievers finetuned on specific tasks, such as Q&A. * Tests Checking vectors 0th component vs. reference, using different stores. * Normalizing vectors * Release notes