minimum-generated-pig commited on
Commit
65a0e5d
·
verified ·
1 Parent(s): dd8370d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def init_models():
24
 
25
  Settings.llm = llm
26
 
27
- documents = SimpleDirectoryReader("/data").load_data()
28
  index = VectorStoreIndex.from_documents(documents)
29
  query_engine = index.as_query_engine()
30
 
 
24
 
25
  Settings.llm = llm
26
 
27
+ documents = SimpleDirectoryReader("data").load_data()
28
  index = VectorStoreIndex.from_documents(documents)
29
  query_engine = index.as_query_engine()
30