Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions docs/tools/vdb_table/data/pinecone.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"github": "https://github.com/pinecone-io",
"website": "https://www.pinecone.io/",
"vendor_discussion": "https://github.com/superlinked/VectorHub/discussions/65",
"poc_github": "https://github.com/jamescalam",
"poc_github": "https://www.pinecone.io/learn",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is supposed to be a point of contact - like a person we can tag in case something comes up. shall we put your handle instead of james?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"slug": "pinecone"
},
"oss": {
Expand Down Expand Up @@ -62,17 +62,17 @@
"comment": ""
},
"full_text": {
"support": "none",
"support": "partial",
"source_url": "",
"comment": ""
},
"embeddings_text": {
"support": "partial",
"support": "full",
"source_url": "https://github.com/pinecone-io/canopy",
"comment": ""
},
"embeddings_image": {
"support": "none",
"support": "full",
"source_url": "",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whats the right link for this? I realized that the models available on your inference api are just text models, so this would be none if that's the case, e.g. when I click through here:
https://docs.pinecone.io/models/overview -> https://docs.pinecone.io/models/jina-clip-v2
says "go get the vectors to a 3rd party platform"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct, we don't host those ourselves.

"comment": ""
},
Expand All @@ -82,7 +82,7 @@
"comment": ""
},
"rag": {
"support": "",
"support": "full",
"source_url": "",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks like a better place for https://github.com/pinecone-io/canopy

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just realized canopy is archived, so better here is https://docs.pinecone.io/guides/assistant/quickstart

"comment": ""
},
Expand Down Expand Up @@ -122,12 +122,12 @@
"comment": "via namespaces"
},
"disk_index": {
"support": "",
"support": "full",
"source_url": "",
"comment": ""
},
"ephemeral": {
"support": "none",
"support": "full",
"source_url": "",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

"comment": ""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd add something like:

Namespaces are lightweight and easy to create & delete.

},
Expand All @@ -150,10 +150,10 @@
},
"index_types": {
"value": [
"FreshDiskANN"
"Proprietary"
],
"source_url": "https://www.pinecone.io/blog/hnsw-not-enough/#:~:text=its%20similarities%20end.-,FreshDiskANN,-PGA%20is%20based",
"comment": "Proprietary variant of Microsoft's Vamana"
"source_url": "https://github.com/edoliberty/vector-search-class-notes",
"comment": "Pinecone dynamically uses different indexes including clusteting, qunatization, graphs, hashing, and fast scans."
},
"github_stars": {
"value": 0,
Expand All @@ -168,10 +168,10 @@
"value_90_days": 0
},
"pypi_downloads": {
"value": 58386719,
"source_url": "https://pypi.org/project/pinecone-client/",
"comment": "",
"value_90_days": 4329779
"value": 58981168,
"source_url": "https://pypi.org/project/pinecone/",
"comment": "Stats include also depricated pinecone-client package",
"value_90_days":
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this breaks the json validation (there has to be a number) - we are investigating why the numbers don't match with what you are seeing on pypi

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverted back to 4329779 until we fix this.

},
"npm_downloads": {
"value": 16973779,
Expand All @@ -185,4 +185,4 @@
"comment": "",
"value_90_days": 412
}
}
}
Loading