mod allegro

This commit is contained in:
l.gabrysiak 2025-02-28 21:06:23 +01:00
parent 9ef12dc7fd
commit c5e4fc68c9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ client.connect()
# 2⃣ Pobranie dokumentów z Weaviate
def fetch_documents():
collection = client.collections.get("Documents")
collection = client.collections.get("Document")
response = collection.query.fetch_objects()
documents = []
for item in response["data"]["Get"]["Document"]: