-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat: Pinecone document store optimizations #5902
feat: Pinecone document store optimizations #5902
Conversation
Pull Request Test Coverage Report for Build 6535810474
💛 - Coveralls |
Please merge main/rebase on main... |
a60cea8
to
c93305c
Compare
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.
Looks great, just a couple of changes to make and it's ready to go. 👍
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.
Thanks for opening this pull request! I just have two small change requests in addition to the change request by Silvano. Otherwise the pull request looks good to me! 👍
cce0088
to
4ea5ff8
Compare
@silvanocerza @julian-risch Thank you for a detailed review and feedback! Improvements:
|
Hey @ivanazeljkovic, I see there are some issues with CI. |
…ble warning messages when Pinecone limits are exceeded on Starter index type.
- Adding new test cases for get_embedding_count method - Fixing get_embedding_count method - Improving delete documents - Fix label retrieval - Increase default batch size - Improve get_document_count method
714971d
to
85fbe82
Compare
Hi @silvanocerza, I have done a rebase so now all tests are passing successfully. |
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.
Nice! 🚀
Requested changes have been made
Related Issues
Resolves: Pinecone Document Store optimizations #5901
Proposed Changes
delete_documents()
and_get_vector_count()
methods fromPineconeDocumentStore
;How did you test it?
Testing is done through existing unit and integration tests, as well as manually.
Checklist