Spaces:
Sleeping
Sleeping
Vinh Nguyen
commited on
Update README.md
Browse files
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 |
-
π
|
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 |
|