Skip to content
Snippets Groups Projects
Unverified Commit fabc4644 authored by yangqiao's avatar yangqiao Committed by GitHub
Browse files

Update UA of AzureCosmosDBMongoDBVectorSearch (#18074)

parent 56ecf226
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ class AzureCosmosDBMongoDBVectorSearch(BasePydanticVectorStore):
)
self._mongodb_client = pymongo.MongoClient(
os.environ["AZURE_COSMOSDB_MONGODB_URI"],
appname="LlamaIndex-CDBMongoVCore-VectorStore-Python",
appname="LLAMAINDEX_PYTHON",
)
self._collection = self._mongodb_client[db_name][collection_name]
......
......@@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-vector-stores-azurecosmosmongo"
readme = "README.md"
version = "0.4.0"
version = "0.5.0"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment