neo4j-contrib / neo4j-apoc-procedures

Awesome Procedures On Cypher for Neo4j - codenamed "apoc"                     If you like it, please ★ above ⇧            
https://neo4j.com/labs/apoc
Apache License 2.0
1.72k stars 493 forks source link

The Pinecone APOC implementation is misleading #4242

Open vga91 opened 2 days ago

vga91 commented 2 days ago

In Pinecone, a collection is a backup of a (hardware) based index, and the index is what "we" consider to be a collection

but the existing implementation queries for info /collections, which is wrong, it uses apoc extended uses pinecone/collections/<name>, but it should be pinecone/indexes/<name>... What Pinecone calls collections are backups of pod based indexes. What apoc / we call "collection" are simply indexes in pinecone.

How to change

Change everything to index but keep the procedure names as-is, to be consistent with the other ones