You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We decided to put PineCone fix on hold - we now the AutoMergingRetriever doesn't work with Pinecone and why, if there's ever such a user case we pick this issue again
Weaviate as a similar issue, the python client as 3 methods to query/fetch:
fetch_objects()
fetch_object_by_id()
fetch_objects_by_ids()
However, Haystack implementation only uses fetch_objects()
Another note, it seems the original Document id is also stored in the metadata as _original_id, another possible hack would be to catch when the id is part of the filter, and map it to the _original_id in the metadata
id
:The text was updated successfully, but these errors were encountered: