Ahmed-14 commited on
Commit
a9d4731
·
1 Parent(s): 6bb028c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from llama_index import SimpleDirectoryReader, GPTSimpleVectorIndex, LLMPredicto
16
  from langchain import OpenAI
17
 
18
 
19
- documents = SimpleDirectoryReader('/Data').load_data()
20
 
21
 
22
  # Setup your LLM
 
16
  from langchain import OpenAI
17
 
18
 
19
+ documents = SimpleDirectoryReader('GoChat/GoChat247Demo/Data').load_data()
20
 
21
 
22
  # Setup your LLM