pinecone
pinecone copied to clipboard
Ruby client for Pinecone Vector DB
https://docs.pinecone.io/reference/api/data-plane/list
Are you planning/already working on a missing `list` endpoint? https://docs.pinecone.io/guides/data/list-record-ids Or do you need a hand with this? Monkey patch example for reference: ```ruby # /config/initializers/pinecone.rb # # Monkey patch...
VCR Cassettes are remembering the index name and project ID that I use for running live requests. Current strategy to fix this is to save index names and project ids...
Currently we have some very nice unused code, [Filter]( https://github.com/ScotterC/pinecone/blob/main/lib/pinecone/vector/filter.rb) which would do a good job of validating filter params. It's not currently in use right now but would be...
The Pinecone::Index class sets a fixed base URI to https://api.pinecone.io: https://github.com/ScotterC/pinecone/blob/302258a426c8a031d9e62e3ea9859d1fa8b47c3c/lib/pinecone/index.rb#L9 This means all control plane operations (list_indexes, describe_index, create_index, etc.) are always executed against Pinecone Cloud. As a result,...