mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-27 15:08:43 +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
5 lines
121 B
YAML
5 lines
121 B
YAML
---
|
|
features:
|
|
- |
|
|
Support for dense embedding instructions, used in retrieval models such as BGE and LLM-Embedder.
|