We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1785c52 commit fea06acCopy full SHA for fea06ac
_includes/code/python/local.quickstart.query.rag.py
@@ -1,3 +1,5 @@
1
+import time
2
+time.sleep(5) # Allow Weaviate data import to finish
3
# RAG
4
import weaviate
5
0 commit comments