-
Notifications
You must be signed in to change notification settings - Fork 129
Update pinecone.json #567
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
base: main
Are you sure you want to change the base?
Update pinecone.json #567
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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", | ||
| "slug": "pinecone" | ||
| }, | ||
| "oss": { | ||
|
|
@@ -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", | ||
edoliberty marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "comment": "" | ||
| }, | ||
| "embeddings_image": { | ||
| "support": "none", | ||
| "support": "full", | ||
| "source_url": "", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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:
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Correct, we don't host those ourselves. |
||
| "comment": "" | ||
| }, | ||
|
|
@@ -82,7 +82,7 @@ | |
| "comment": "" | ||
| }, | ||
| "rag": { | ||
| "support": "", | ||
| "support": "full", | ||
| "source_url": "", | ||
|
||
| "comment": "" | ||
| }, | ||
|
|
@@ -122,12 +122,12 @@ | |
| "comment": "via namespaces" | ||
| }, | ||
| "disk_index": { | ||
| "support": "", | ||
| "support": "full", | ||
| "source_url": "", | ||
| "comment": "" | ||
| }, | ||
| "ephemeral": { | ||
| "support": "none", | ||
| "support": "full", | ||
| "source_url": "", | ||
|
||
| "comment": "" | ||
|
||
| }, | ||
|
|
@@ -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, | ||
|
|
@@ -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": | ||
|
||
| }, | ||
| "npm_downloads": { | ||
| "value": 16973779, | ||
|
|
@@ -185,4 +185,4 @@ | |
| "comment": "", | ||
| "value_90_days": 412 | ||
| } | ||
| } | ||
| } | ||
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.
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?
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.
[email protected]
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.
or
https://edoliberty.github.io/