Skip to content

Commit 6195940

Browse files
Fix indentation in RAGHelper Weaviate config
1 parent 8127551 commit 6195940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genAi/rag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def __init__(self, doc_path: str):
5858
skip_init_checks=True,
5959
additional_config=weaviate.init.AdditionalConfig(
6060
timeout=weaviate.init.Timeout(init=60)
61-
),
61+
)
6262
)
6363

6464
# Load documents

0 commit comments

Comments
 (0)