You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-1Lines changed: 35 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,40 @@ Blog Post - [Here](https://medium.com/databutton/why-your-next-ai-product-needs-
5
5
6
6
To get started quickly, you can use the “Chat with PDF” [template](https://databutton.com/new?templateId=pt-x2Rh7dEYwIuCxXaR) within Databutton 🚀
7
7
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.
0 commit comments