mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
docs(vector_stores): register mongodb in the provider endpoint support matrix
This commit is contained in:
parent
3d0223b661
commit
32b501bf74
1 changed files with 7 additions and 0 deletions
|
|
@ -2880,6 +2880,13 @@
|
|||
"vector_stores_search": true
|
||||
}
|
||||
},
|
||||
"mongodb": {
|
||||
"display_name": "MongoDB Atlas (`mongodb`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/mongodb_vector_stores",
|
||||
"endpoints": {
|
||||
"vector_stores_search": true
|
||||
}
|
||||
},
|
||||
"valkey": {
|
||||
"display_name": "Valkey (`valkey`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/valkey_vector_stores",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue