ArturG9 commited on
Commit
3fbaf5c
·
verified ·
1 Parent(s): 9a0d0d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -138,8 +138,8 @@ def main():
138
 
139
 
140
 
141
- documents = load_txt_documents(data_path)
142
- docs = split_docs(documents, 350, 40)
143
 
144
  vectorstore = get_vectorstore(docs)
145
 
 
138
 
139
 
140
 
141
+
142
+
143
 
144
  vectorstore = get_vectorstore(docs)
145