-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: skip unsupported meta fields in PineconeDB #1009
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a few comments.
integrations/pinecone/src/haystack_integrations/document_stores/pinecone/document_store.py
Outdated
Show resolved
Hide resolved
integrations/pinecone/src/haystack_integrations/document_stores/pinecone/document_store.py
Outdated
Show resolved
Hide resolved
integrations/pinecone/src/haystack_integrations/document_stores/pinecone/document_store.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to integrate my suggestions, then merge this PR.
integrations/pinecone/src/haystack_integrations/document_stores/pinecone/document_store.py
Outdated
Show resolved
Hide resolved
assert "_split_overlap" not in pinecone_doc.meta | ||
|
||
|
||
def test_validate_metadata_valid(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
…s/pinecone/document_store.py Co-authored-by: Stefano Fiorucci <[email protected]>
* initial import * nit * linting * PR comments * Update integrations/pinecone/src/haystack_integrations/document_stores/pinecone/document_store.py Co-authored-by: Stefano Fiorucci <[email protected]> * nit --------- Co-authored-by: Stefano Fiorucci <[email protected]>
Related Issues
_split_overlap
inmeta
is incompatible with some Document Stores haystack#8181How did you test it?
Checklist
fix:
,feat:
,build:
,chore:
,ci:
,docs:
,style:
,refactor:
,perf:
,test:
.