File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ A Python based local Retrieval-Augmented Generation (RAG) chatbot that can answe
4040
41412. ** Clone the repository and navigate to the project directory** :
4242 ` ` ` sh
43- git clone https://github.com/enricollen /rag-conversational-agent .git
44- cd rag-conversational-agent
43+ git clone https://github.com/inbravo /rag-bot .git
44+ cd rag-bot
4545 ` ` `
4646
47473. ** Create a virtual environment** :
@@ -59,12 +59,12 @@ A Python based local Retrieval-Augmented Generation (RAG) chatbot that can answe
5959
60606. ** Run once the populate_database script to index the pdf files into the vector db:**
6161 ` ` ` sh
62- python populate_database .py
62+ python DocUploader .py
6363 ` ` `
6464
65657. ** Run the application:**
6666 ` ` ` sh
67- python app .py
67+ python FlaskApp .py
6868 ` ` `
6969
70708. ** Navigate to ` http://localhost:5000/` **
You can’t perform that action at this time.
0 commit comments