This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
[Feature] Support "GET" operations for the knowledge base #290
Labels
enhancement
New feature or request
Is this your first time submitting a feature request?
Describe the feature
The knowledge base module. supports upsert and delete commands, but I do not see any option to retrieve ("GET"). It would be great if you can support such a feature. Ideally, I should be able to do the retrieval based on document IDs or specified metadata filters.
Describe alternatives you've considered
It seems you can potentially do this in a non-pythonic way using https://docs.pinecone.io/docs/get-record-ids. However, there does not seem to be a native Python way of doing this (via the pinecone or canopy package directly). Moreover, the records need to be manually combined or filtered which is suboptimal.
Who will this benefit?
Everyone who wants CRUD API endpoints to manage their canopy/pinecone indexes
Are you interested in contributing this feature?
Sure, but would appreciate guidance (pair programming maybe?)
Anything else?
No response
The text was updated successfully, but these errors were encountered: