Create mongodb.json
Browse files- mongodb.json +10 -0
mongodb.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fields": [
|
3 |
+
{
|
4 |
+
"numDimensions": 1536,
|
5 |
+
"path": "embedding",
|
6 |
+
"similarity": "cosine",
|
7 |
+
"type": "vector"
|
8 |
+
}
|
9 |
+
]
|
10 |
+
}
|