RAHMAN00700 commited on
Commit
56aa871
·
unverified ·
1 Parent(s): acb88e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -13,7 +13,12 @@ pinned: false
13
 
14
  **A Streamlit-powered app for querying multiple document types using Watsonx and LangChain.**
15
 
16
- This project allows users to upload various file formats (PDFs, DOCX, CSV, JSON, YAML, HTML, etc.) and retrieve contextually accurate responses using Watsonx LLM models and LangChain. The app provides a seamless interface to perform retrieval-augmented generation (RAG) from uploaded documents.[Live-app](https://huggingface.co/spaces/RAHMAN00700/Chat-with-Multiple-Documents-Using-Streamlit-and-Watsonx)
 
 
 
 
 
17
 
18
  ![GUI image](assets/Screenshot_31.jpg)
19
  ---
@@ -124,6 +129,10 @@ We welcome contributions! If you'd like to improve this project:
124
 
125
  ---
126
 
 
 
 
 
127
  ## License
128
 
129
  This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
 
13
 
14
  **A Streamlit-powered app for querying multiple document types using Watsonx and LangChain.**
15
 
16
+ This project allows users to upload various file formats (PDFs, DOCX, CSV, JSON, YAML, HTML, etc.) and retrieve contextually accurate responses using Watsonx LLM models and LangChain. The app provides a seamless interface to perform retrieval-augmented generation (RAG) from uploaded documents.
17
+
18
+ **Note**: While this app runs efficiently on machines with low specifications, for faster indexing and response times, I recommend using a more powerful machine.
19
+
20
+ ## Live App
21
+ [Link to live app](https://huggingface.co/spaces/RAHMAN00700/Chat-with-Multiple-Documents-Using-Streamlit-and-Watsonx)
22
 
23
  ![GUI image](assets/Screenshot_31.jpg)
24
  ---
 
129
 
130
  ---
131
 
132
+ ## More Blogs and Interesting Projects
133
+
134
+ For more blogs and interesting projects, visit my personal website: [https://abdulrahmanh.com](https://abdulrahmanh.com)
135
+
136
  ## License
137
 
138
  This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.