We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5026add commit 5469f25Copy full SHA for 5469f25
graphrag/config/models/vector_store_config.py
@@ -44,7 +44,7 @@ def _validate_url(self) -> None:
44
):
45
msg = "vector_store.url is required when vector_store.type == azure_ai_search. Please rerun `graphrag init` and select the correct vector store type."
46
raise ValueError(msg)
47
-
+
48
if self.type == VectorStoreType.CosmosDB and (
49
self.url is None or self.url.strip() == ""
50
0 commit comments