Skip to content

Commit 64e379b

Browse files
Update mongo.json (#546)
Co-authored-by: Arunesh Singh <43724007+AruneshSingh@users.noreply.github.com>
1 parent 9e48df7 commit 64e379b

1 file changed

Lines changed: 20 additions & 10 deletions

File tree

docs/tools/vdb_table/data/mongo.json

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
},
3535
"hybrid_search": {
3636
"support": "full",
37-
"source_url": "https://gist.github.com/hweller1/d6dbd5036ae4366108b534a0f1662a20",
38-
"comment": "https://gist.github.com/hweller1/d6dbd5036ae4366108b534a0f1662a20"
37+
"source_url": "https://www.mongodb.com/docs/atlas/atlas-vector-search/tutorials/reciprocal-rank-fusion/",
38+
"comment": "https://www.mongodb.com/docs/atlas/atlas-vector-search/tutorials/reciprocal-rank-fusion/"
3939
},
4040
"facets": {
4141
"support": "full",
@@ -59,12 +59,22 @@
5959
},
6060
"bm25": {
6161
"support": "full",
62-
"source_url": "",
62+
"source_url": "https://www.mongodb.com/docs/atlas/atlas-search/",
6363
"comment": ""
6464
},
6565
"full_text": {
6666
"support": "full",
67-
"source_url": "",
67+
"source_url": "https://www.mongodb.com/docs/atlas/atlas-search/",
68+
"comment": ""
69+
},
70+
"int8_quantization": {
71+
"support": "full",
72+
"source_url": "https://www.mongodb.com/docs/atlas/atlas-vector-search/vector-quantization/",
73+
"comment": ""
74+
},
75+
"binary_quantization": {
76+
"support": "full",
77+
"source_url": "https://www.mongodb.com/docs/atlas/atlas-vector-search/vector-quantization/",
6878
"comment": ""
6979
},
7080
"embeddings_text": {
@@ -94,12 +104,12 @@
94104
},
95105
"langchain": {
96106
"support": "full",
97-
"source_url": "",
107+
"source_url": "https://www.mongodb.com/docs/atlas/atlas-vector-search/ai-integrations/langchain/",
98108
"comment": ""
99109
},
100110
"llamaindex": {
101111
"support": "full",
102-
"source_url": "",
112+
"source_url": "https://www.mongodb.com/docs/atlas/atlas-vector-search/ai-integrations/llamaindex/",
103113
"comment": ""
104114
},
105115
"managed_cloud": {
@@ -119,7 +129,7 @@
119129
},
120130
"multi_tenancy": {
121131
"support": "full",
122-
"source_url": "",
132+
"source_url": "https://www.mongodb.com/docs/atlas/atlas-vector-search/multi-tenant-architecture/",
123133
"comment": "via logical partitioning or metadata"
124134
},
125135
"disk_index": {
@@ -144,9 +154,9 @@
144154
"comment": ""
145155
},
146156
"vector_dims": {
147-
"value": 4096,
157+
"value": 8192,
148158
"unlimited": false,
149-
"source_url": "",
159+
"source_url": "https://www.mongodb.com/docs/atlas/atlas-vector-search/vector-search-type/",
150160
"comment": ""
151161
},
152162
"index_types": {
@@ -187,4 +197,4 @@
187197
"comment": "",
188198
"value_90_days": 0
189199
}
190-
}
200+
}

0 commit comments

Comments
 (0)