mod allegro

This commit is contained in:
l.gabrysiak 2025-02-28 21:05:32 +01:00
parent 8d74e3becb
commit 9ef12dc7fd
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ client = weaviate.WeaviateClient(
grpc_secure=False, grpc_secure=False,
) )
) )
client.connect()
# 2⃣ Pobranie dokumentów z Weaviate # 2⃣ Pobranie dokumentów z Weaviate
def fetch_documents(): def fetch_documents():