kristada673 commited on
Commit
63b41cf
·
1 Parent(s): d673f3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ if not os.path.isfile('VectorStoreIndex/chroma-embeddings.parquet'):
19
  index.vectorstore.persist()
20
 
21
  # Load the saved index
22
- index_saved = VectorstoreIndexCreator().from_persistent_index("VectorStoreIndex/")
23
 
24
  description = """This is an AI conversational agent where you provide it with the annual reports of companies, and it can study it and answer any questions
25
  you have about it. Currently, the LLM has been trained on the following companies' 10-K reports: Amazon, Apple, Alphabet (Google), Meta (Facebook), Microsoft,
 
19
  index.vectorstore.persist()
20
 
21
  # Load the saved index
22
+ index_saved = VectorstoreIndexCreator().from_persistent_index("VectorStoreIndex")
23
 
24
  description = """This is an AI conversational agent where you provide it with the annual reports of companies, and it can study it and answer any questions
25
  you have about it. Currently, the LLM has been trained on the following companies' 10-K reports: Amazon, Apple, Alphabet (Google), Meta (Facebook), Microsoft,