haystack-core-integrations
haystack-core-integrations copied to clipboard
add return_embedding parameter to OpenSearchEmbeddingRetriever
Is your feature request related to a problem? Please describe.
In InMemoryEmbeddingRetriever there is the parameter return_embedding that returns also embedding in Document, with OpenSearchEmbeddingRetriever I must recalculates embeddings after the retrieve step.