Spaces:
Sleeping
Sleeping
Update README
Browse files- README.md +6 -2
- img/screenshot.jpg β assets/demo.jpg +0 -0
- assets/icon.jpg +0 -0
README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
# InkChatGPT
|
2 |
|
3 |
A Simple LLM app that demonstrates a Retrieval-Augmented Generation (RAG) model for question-answering using LangChain, ChromaDB, and OpenAI's language models.
|
@@ -6,12 +10,12 @@ The app allows users to upload documents (PDFs or text files), and then ask ques
|
|
6 |
|
7 |
---
|
8 |
|
9 |
-
Running RAG to ask question about certain information inside the Document.
|
10 |
|
11 |
> [!NOTE]
|
12 |
> For this demo, I use asked the model about the [How to Build Your Career in AI](https://info.deeplearning.ai/how-to-build-a-career-in-ai-book) PDF from Andrew Ng.
|
13 |
|
14 |
-
![Demo Screenshot](./
|
15 |
|
16 |
---
|
17 |
|
|
|
1 |
+
<div align="center">
|
2 |
+
<img alt="app icon" height="196px" src="./assets/icon.jpg">
|
3 |
+
</div>
|
4 |
+
|
5 |
# InkChatGPT
|
6 |
|
7 |
A Simple LLM app that demonstrates a Retrieval-Augmented Generation (RAG) model for question-answering using LangChain, ChromaDB, and OpenAI's language models.
|
|
|
10 |
|
11 |
---
|
12 |
|
13 |
+
Running RAG to ask question about certain information inside the Document.
|
14 |
|
15 |
> [!NOTE]
|
16 |
> For this demo, I use asked the model about the [How to Build Your Career in AI](https://info.deeplearning.ai/how-to-build-a-career-in-ai-book) PDF from Andrew Ng.
|
17 |
|
18 |
+
![Demo Screenshot](./assets/screenshot.jpg)
|
19 |
|
20 |
---
|
21 |
|
img/screenshot.jpg β assets/demo.jpg
RENAMED
File without changes
|
assets/icon.jpg
ADDED