Vinh Nguyen commited on
Commit
33e38df
β€’
1 Parent(s): bbbffce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -2,13 +2,13 @@
2
  <img alt="app icon" height="196px" src="./assets/icon.jpg">
3
  </div>
4
 
5
- # [InkChatGPT](https://inkchatgpt.streamlit.app)
6
 
7
  InkChatGPT is a Simple LLM app that demonstrates a Retrieval-Augmented Generation (RAG) model for question-answering using LangChain, ChromaDB, and OpenAI's language models.
8
 
9
  The app allows users to upload documents (PDFs or text files), and then ask questions related to the content of those documents. The RAG model retrieves relevant passages from the documents and generates an answer based on the retrieved context.
10
 
11
- πŸ‘‰ Run the app, online: [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://inkchatgpt.streamlit.app)
12
 
13
  ---
14
 
 
2
  <img alt="app icon" height="196px" src="./assets/icon.jpg">
3
  </div>
4
 
5
+ # πŸ“š [InkChatGPT](https://inkchatgpt.streamlit.app) [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://inkchatgpt.streamlit.app)
6
 
7
  InkChatGPT is a Simple LLM app that demonstrates a Retrieval-Augmented Generation (RAG) model for question-answering using LangChain, ChromaDB, and OpenAI's language models.
8
 
9
  The app allows users to upload documents (PDFs or text files), and then ask questions related to the content of those documents. The RAG model retrieves relevant passages from the documents and generates an answer based on the retrieved context.
10
 
11
+ πŸ‘‰ Try it here: [InkChatGPT](https://inkchatgpt.streamlit.app/)
12
 
13
  ---
14