https://github.com/avrabyt/personalmemorybot
Memory 🧠to your Personal ChatBot 🤖| LangChainAI and Databutton
https://github.com/avrabyt/personalmemorybot
chatbots databutton gpt3-turbo langchain langchain-python openai streamlit
Last synced: about 1 month ago
JSON representation
Memory 🧠to your Personal ChatBot 🤖| LangChainAI and Databutton
- Host: GitHub
- URL: https://github.com/avrabyt/personalmemorybot
- Owner: avrabyt
- License: mit
- Created: 2023-04-16T17:52:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T10:39:15.000Z (over 1 year ago)
- Last Synced: 2025-03-16T04:01:39.718Z (about 1 month ago)
- Topics: chatbots, databutton, gpt3-turbo, langchain, langchain-python, openai, streamlit
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 92
- Watchers: 2
- Forks: 46
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PersonalMemoryBot
Memory 🧠to your Personal ChatBot 🤖| LangChainAI and Databutton### Note: You can directly start working on this app and customize it from [Databutton's](https://databutton.com/login?utm_source=github&utm_medium=avra&utm_article=personalmemorybot) App template and deploy :rocket: in no time!
---
# Links
Demo App - [here](https://next.databutton.com/v/lgzxq112/Personalised_Memory_Bot)
Video - [here](https://youtu.be/daMNGGPJkEE)
Blog - [here](https://medium.com/@avra42/how-to-build-a-personalized-pdf-chat-bot-with-conversational-memory-965280c160f8)
# Similar
🧠Memory-Bot 🤖 - A chatbot 🤖 which remembers 🧠using 🦜 LangChain 🔗 OpenAI | Streamlit | DataButton
Repo - [MemoryBot](https://github.com/avrabyt/MemoryBot)
The live demo app is hosted over [here](https://next.databutton.com/v/lgzxq112/Memory_Bot)
Blog - [here](https://medium.com/@avra42/how-to-build-a-chatbot-with-chatgpt-api-and-a-conversational-memory-in-python-8d856cda4542)
Video - [here](https://youtu.be/cHjlperESbg)
# Resources:
- LangChain docs - https://langchain.readthedocs.io/en/latest/index.html
- Knowledge GPT : https://github.com/mmz-001/knowledge_gpt
- LangChain Prompt Memory module: https://langchain.readthedocs.io/en/latest/modules/memory.html#memory
- LangChain Repo : https://github.com/hwchase17/langchain
- Databutton: https://www.databutton.io/
- Databutton docs: https://docs.databutton.com/
- Streamlit docs: https://docs.streamlit.io/