mirror of
https://github.com/run-llama/mongodb-demo.git
synced 2026-07-01 20:44:05 -04:00
Merge pull request #1 from RichmondAlake/main
Enhance Documentation and Visuals for Atlas Vector Search Index Creation
This commit is contained in:
@@ -196,16 +196,14 @@ Now under "database and collection" select `tiny_tweets_db` and within that sele
|
||||
|
||||
```json
|
||||
{
|
||||
"mappings": {
|
||||
"dynamic": true,
|
||||
"fields": {
|
||||
"embedding": {
|
||||
"dimensions": 1536,
|
||||
"similarity": "cosine",
|
||||
"type": "knnVector"
|
||||
}
|
||||
"fields": [
|
||||
{
|
||||
"numDimensions": 1536,
|
||||
"path": "embedding",
|
||||
"similarity": "cosine",
|
||||
"type": "vector"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 230 KiB After Width: | Height: | Size: 94 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 278 KiB After Width: | Height: | Size: 121 KiB |
Reference in New Issue
Block a user