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
Describe the bug
When trying to import PineconeEmbeddingRetriever from haystack_integrations.components.retrievers.pinecone, an error occurs because the import fails because of FilterPolicy not being able to be imported from haystack.document_stores.types Error message
ImportError: cannot import name 'FilterPolicy' from 'haystack.document_stores.types'
Additional context
i have been installing various versions of haystack to solve this to no avail. To Reproduce from haystack_integrations.components.retrievers.pinecone import PineconeEmbeddingRetriever
System:
OS: Windows 11 Pro 23H2
GPU/CPU: Intel(R) Core(TM) i7-8665U CPU @ 1.90GHz
Haystack version: 2.2.0
DocumentStore: Pinecone
Retriever: PineconeEmbeddingRetriever
The text was updated successfully, but these errors were encountered:
@anakin87 i use lower versions because now i have issue ImportError: cannot import name 'HuggingFaceTGIGenerator' from 'haystack.components.generators' which popped up after using 2.3.0 or upper
Describe the bug
Describe the bug
When trying to import PineconeEmbeddingRetriever from haystack_integrations.components.retrievers.pinecone, an error occurs because the import fails because of FilterPolicy not being able to be imported from haystack.document_stores.types
Error message
ImportError: cannot import name 'FilterPolicy' from 'haystack.document_stores.types'
Additional context
i have been installing various versions of haystack to solve this to no avail.
To Reproduce
from haystack_integrations.components.retrievers.pinecone import PineconeEmbeddingRetriever
System:
OS: Windows 11 Pro 23H2
GPU/CPU: Intel(R) Core(TM) i7-8665U CPU @ 1.90GHz
Haystack version: 2.2.0
DocumentStore: Pinecone
Retriever: PineconeEmbeddingRetriever
The text was updated successfully, but these errors were encountered: