vinhnx90 commited on
Commit
676b867
β€’
1 Parent(s): ca8777f

Update README

Browse files
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](./img/screenshot.jpg)
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