mirror of
https://github.com/microsoft/graphrag.git
synced 2026-02-16 07:54:28 +08:00
fix cosmosdb
This commit is contained in:
parent
f967e77912
commit
8782a17eb4
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user