Skip to content

Commit 508abe4

Browse files
committed
update chroma details
1 parent f2c408e commit 508abe4

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docs/tools/vdb_table/data/chroma.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@
2020
},
2121
"dev_languages": {
2222
"value": [
23-
"rust",
24-
"python"
23+
"rust"
2524
],
2625
"source_url": "",
2726
"comment": ""
2827
},
29-
"vector_launch_year": 2022,
28+
"vector_launch_year": 2023,
3029
"metadata_filter": {
3130
"support": "full",
3231
"source_url": "",
@@ -63,8 +62,8 @@
6362
"comment": ""
6463
},
6564
"full_text": {
66-
"support": "partial",
67-
"source_url": "https://docs.trychroma.com/guides#filtering-by-document-contents",
65+
"support": "full",
66+
"source_url": "",
6867
"comment": ""
6968
},
7069
"embeddings_text": {
@@ -103,13 +102,13 @@
103102
"comment": ""
104103
},
105104
"managed_cloud": {
106-
"support": "none",
107-
"source_url": "",
105+
"support": "full",
106+
"source_url": "https://www.trychroma.com",
108107
"comment": ""
109108
},
110109
"pricing": {
111-
"value": "",
112-
"source_url": "",
110+
"value": "Chroma Pricing ($5 free credit)",
111+
"source_url": "https://www.trychroma.com/pricing",
113112
"comment": ""
114113
},
115114
"in_process": {
@@ -123,17 +122,17 @@
123122
"comment": ""
124123
},
125124
"disk_index": {
126-
"support": "partial",
127-
"source_url": "https://github.com/chroma-core/chroma/issues/765#issuecomment-1623943198",
128-
"comment": "Index is stored on disk after exit"
125+
"support": "full",
126+
"source_url": "",
127+
"comment": ""
129128
},
130129
"ephemeral": {
131130
"support": "full",
132131
"source_url": "",
133132
"comment": ""
134133
},
135134
"sharding": {
136-
"support": "",
135+
"support": "full",
137136
"source_url": "",
138137
"comment": ""
139138
},
@@ -151,9 +150,10 @@
151150
},
152151
"index_types": {
153152
"value": [
154-
"HNSW"
153+
"HNSW",
154+
"SPANN"
155155
],
156-
"source_url": "https://cookbook.chromadb.dev/core/concepts/#vector-index-hnsw-index",
156+
"source_url": "",
157157
"comment": ""
158158
},
159159
"github_stars": {
@@ -163,13 +163,13 @@
163163
"value_90_days": 0
164164
},
165165
"docker_pulls": {
166-
"value": 0,
166+
"value": 1000000,
167167
"source_url": "",
168168
"comment": "",
169169
"value_90_days": 0
170170
},
171171
"pypi_downloads": {
172-
"value": 40670560,
172+
"value": 55605840,
173173
"source_url": "https://pypi.org/project/chromadb/",
174174
"comment": "",
175175
"value_90_days": 15201867

0 commit comments

Comments
 (0)