From c5e4fc68c9b5d5244eab440c73d550bc5bde45e7 Mon Sep 17 00:00:00 2001 From: "l.gabrysiak" Date: Fri, 28 Feb 2025 21:06:23 +0100 Subject: [PATCH] mod allegro --- allegro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allegro.py b/allegro.py index bbda682..b6bbba7 100644 --- a/allegro.py +++ b/allegro.py @@ -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"]: