mirror of
https://github.com/microsoft/graphrag.git
synced 2026-01-14 09:07:20 +08:00
print statement
This commit is contained in:
parent
d8df0eab66
commit
ea9a5b843e
@ -172,6 +172,8 @@ class CosmosDBVectorStore(BaseVectorStore):
|
||||
self.text_field: doc.text,
|
||||
self.attributes_field: json.dumps(doc.attributes),
|
||||
}
|
||||
print("Storing document in CosmosDB:") # noqa: T201
|
||||
print(doc_json) # noqa: T201
|
||||
self._container_client.upsert_item(doc_json)
|
||||
|
||||
def similarity_search_by_vector(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user