Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- [Groq, llama3, Streamlit to build a application](use_cases/streamlit-groq-llama3.md#groq-llama3-streamlit-to-build-a-application)
- [Build knowledge map with streamlit and pne.chat()](use_cases/llmapper.md#llmapper)
- [Build a chatbot using pne+streamlit to chat with GitHub repo](use_cases/chat-to-github-repo.md#build-a-chatbot-using-pne-streamlit-to-chat-with-GitHub-repo)
- [Build a chatbot using mem0](use_cases/chatbot-integrated-mem0.md#build-a-chatbot-using-streamlit-and-mem0)
- [Crafting your PersonalHealingAssistant with Streamlit and Mem0](use_cases/chatbot-integrated-mem0.md#crafting-your-personalhealingassistant-with-streamlit-and-mem0)

- Modules
- [:robot: Agent](modules/agent.md#agent)
Expand Down
6 changes: 4 additions & 2 deletions docs/use_cases/chatbot-integrated-mem0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Build a chatbot using streamlit and mem0
# Crafting your PersonalHealingAssistant with Streamlit and Mem0
Mem0 (pronounced “mem-zero”) enhances AI assistants and agents with an intelligent memory layer, enabling personalized AI interactions.
Mem0 remembers user preferences, adapts to individual needs, and continuously improves over time, making it ideal for customer support chatbots, AI assistants, and autonomous systems.

Expand Down Expand Up @@ -126,7 +126,9 @@ if __name__ == "__main__":

## Output effect
```shell
cd path:/mem0 # Switch to your mem0 project directory
# Switch to your mem0 project directory
cd path/to/project-directory

streamlit run app.py
```

Expand Down