Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Cosmos DB for MongoDB vCore #162

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
156 changes: 156 additions & 0 deletions docs/tools/vdb_table/data/azurecosmosdbmongodbvcore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
{
"name": "Azure Cosmos DB for MongoDB vCore",
"links": {
"docs": "https://learn.microsoft.com/azure/cosmos-db/mongodb/vcore/",
"github": "",
"website": "",
"vendor_discussion": "",
"poc_github": "",
"slug": ""
},
"oss": {
"support": "none",
"source_url": "",
"comment": ""
},
"license": {
"value": "Proprietary",
"source_url": "",
"comment": ""
},
"dev_languages": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the development language of the database itself. It was advised to me to only have 1 or 2 maximum primary development languages for this part earlier and you may want to update it as such. TY!

"value": [
"C#",
"Python",
"Java",
"Node.js"
],
"source_url": "",
"comment": ""
},
"github_stars": 0,
"vector_launch_year": 2023,
"metadata_filter": {
"support": "full",
"source_url": "",
"comment": ""
},
"hybrid_search": {
"support": "none",
"source_url": "",
"comment": ""
},
"facets": {
"support": "",
"source_url": "",
"comment": ""
},
"geo_search": {
"support": "none",
"source_url": "",
"comment": ""
},
"multi_vec": {
"support": "full",
"source_url": "https://learn.microsoft.com/azure/search/vector-search-how-to-query?tabs=query-2023-11-01%2Cfilter-2023-11-01#vector-query-request",
"comment": ""
},
"sparse_vectors": {
"support": "none",
"source_url": "",
"comment": ""
},
"bm25": {
"support": "full",
"source_url": "https://learn.microsoft.com/azure/search/index-ranking-similarity",
"comment": ""
},
"full_text": {
"support": "full",
"source_url": "https://learn.microsoft.com/azure/cosmos-db/mongodb/vcore/vector-search",
"comment": ""
},
"embeddings_text": {
"support": "full",
"source_url": "https://learn.microsoft.com/azure/search/vector-search-integrated-vectorization",
"comment": "Built in Azure OpenAI embedding skill but welcome to use any embedding model via a custom web api skill."
},
"embeddings_image": {
"support": "none",
"source_url": "",
"comment": ""
},
"embeddings_structured": {
"support": "",
"source_url": "",
"comment": ""
},
"rag": {
"support": "full",
"source_url": "https://learn.microsoft.com/azure/cosmos-db/mongodb/vcore/vector-search-ai",
"comment": ""
},
"recsys": {
"support": "none",
"source_url": "",
"comment": ""
},
"langchain": {
"support": "full",
"source_url": "https://python.langchain.com/docs/integrations/vectorstores/azure_cosmos_db",
"comment": ""
},
"llamaindex": {
"support": "full",
"source_url": "",
"comment": ""
},
"managed_cloud": {
"support": "full",
"source_url": "",
"comment": ""
},
"pricing": {
"value": "Pricing - Azure Cosmos DB for MongoDB vCore",
"source_url": "https://azure.microsoft.com/en-us/pricing/details/cosmos-db/mongodb/",
"comment": ""
},
"in_process": {
"support": "none",
"source_url": "",
"comment": ""
},
"multi_tenancy": {
"support": "none",
"source_url": "",
"comment": ""
},
"disk_index": {
"support": "none",
"source_url": "",
"comment": ""
},
"ephemeral": {
"support": "none",
"source_url": "",
"comment": ""
},
"sharding": {
"support": "full",
"source_url": "https://learn.microsoft.com/azure/cosmos-db/mongodb/vcore/compatibility",
"comment": ""
},
"doc_size": {
"bytes": 16000000,
"unlimited": false,
"source_url": "",
"comment": ""
},
"vector_dims": {
"value": 2048,
"unlimited": false,
"source_url": "",
"comment": ""
}
}