ravi259 commited on
Commit
b4520d3
·
1 Parent(s): 4341309

smaller faiss db

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -34,6 +34,14 @@ Evaluation or RAG approach using LangChain and OpenAI
34
 
35
 
36
  ## Usage
 
 
 
 
 
 
 
 
37
 
38
  ## Sample Output
39
 
 
34
 
35
 
36
  ## Usage
37
+ * add your PDF files in the data folder
38
+ * update the path in the vector_loader.py and run the file using
39
+ `python vector_loader.py`
40
+ * update the index name for the DB
41
+ * this will generate local FAISS vector db files
42
+ * update the index files in app.py
43
+ * run the streamlit app using
44
+ `streamlit run app.py`
45
 
46
  ## Sample Output
47