BroBro87 commited on
Commit
2ddbfa0
·
verified ·
1 Parent(s): f565b7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ os.environ["OPENAI_API_KEY"] = os.getenv("OPENAI_API_KEY")
12
 
13
 
14
  def load_data():
15
- return SimpleDirectoryReader("./yogatexts/").load_data()
16
 
17
  def build_index(documents):
18
  return GPTVectorStoreIndex.from_documents(documents)
 
12
 
13
 
14
  def load_data():
15
+ return SimpleDirectoryReader("./document/management/").load_data()
16
 
17
  def build_index(documents):
18
  return GPTVectorStoreIndex.from_documents(documents)