onursavas commited on
Commit
026c9da
·
1 Parent(s): d6626e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def main():
105
  print('text_chunks are generated')
106
 
107
  #create vector store
108
- vectorstore = get_vectorstore_openAI(text_chunks)
109
  print('vectorstore is created')
110
 
111
  #create converstion chain
 
105
  print('text_chunks are generated')
106
 
107
  #create vector store
108
+ vectorstore = get_vectorstore(text_chunks)
109
  print('vectorstore is created')
110
 
111
  #create converstion chain