mirror of
https://github.com/microsoft/graphrag.git
synced 2026-01-14 09:07:20 +08:00
test
This commit is contained in:
parent
ea9a5b843e
commit
5502fac1d5
@ -166,6 +166,8 @@ class CosmosDBVectorStore(BaseVectorStore):
|
||||
# Upload documents to CosmosDB
|
||||
for doc in documents:
|
||||
if doc.vector is not None:
|
||||
print("Dcoument to store:") # noqa: T201
|
||||
print(doc) # noqa: T201
|
||||
doc_json = {
|
||||
self.id_field: doc.id,
|
||||
self.vector_field: doc.vector,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user