Skip to content

Commit c7c6513

Browse files
committed
Update README.md
1 parent 361360d commit c7c6513

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

README.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,40 @@ Blog Post - [Here](https://medium.com/databutton/why-your-next-ai-product-needs-
55

66
To get started quickly, you can use the “Chat with PDF” [template](https://databutton.com/new?templateId=pt-x2Rh7dEYwIuCxXaR) within Databutton 🚀
77

8-
Alternatively, you can use [Streamlit](https://streamlit.io) to build and deploy!
8+
> Alternatively, you can use [Streamlit](https://streamlit.io) to build and deploy! In that case few changes such as `st.secrets` needs to be implemented!
9+
10+
# Similar projects
11+
12+
#### [Building a Simple Chatbot using ChatGPTAPI & Databutton with memory 🧠](https://github.com/avrabyt/MemoryBot)
13+
14+
>Memory implementation can also be an interesting feature in this current RAG enabled Chatbot.
15+
16+
Repo - [MemoryBot](https://github.com/avrabyt/MemoryBot)
17+
18+
The live demo app is hosted over [here](https://next.databutton.com/v/lgzxq112/Memory_Bot)
19+
20+
Blog - [here](https://medium.com/@avra42/how-to-build-a-chatbot-with-chatgpt-api-and-a-conversational-memory-in-python-8d856cda4542)
21+
22+
Video - [here](https://youtu.be/cHjlperESbg)
23+
24+
#### [PDF Chatbot with Memory](https://github.com/avrabyt/PersonalMemoryBot)
25+
> Similar to Chat with PDF approach, with enabled memory.
26+
27+
Demo App - [here](https://next.databutton.com/v/lgzxq112/Personalised_Memory_Bot)
28+
29+
Video - [here](https://youtu.be/daMNGGPJkEE)
30+
31+
Blog - [here](https://medium.com/@avra42/how-to-build-a-personalized-pdf-chat-bot-with-conversational-memory-965280c160f8)
32+
33+
34+
35+
36+
37+
38+
39+
40+
41+
42+
943

1044

0 commit comments

Comments
 (0)