From 8782a17eb4f64da803f5c5912f208ae38f93c220 Mon Sep 17 00:00:00 2001 From: Gaudy Blanco Date: Thu, 18 Sep 2025 22:56:06 -0600 Subject: [PATCH] fix cosmosdb --- tests/integration/vector_stores/test_cosmosdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/vector_stores/test_cosmosdb.py b/tests/integration/vector_stores/test_cosmosdb.py index 8acce894..768858d5 100644 --- a/tests/integration/vector_stores/test_cosmosdb.py +++ b/tests/integration/vector_stores/test_cosmosdb.py @@ -110,7 +110,7 @@ def test_vector_store_customization(): vector_store = CosmosDBVectorStore( vector_store_schema_config=VectorStoreSchemaConfig( index_name="text-embeddings", - id_field="id_custom", + id_field="id", text_field="text_custom", vector_field="vector_custom", attributes_field="attributes_custom",