Image fixes (#3089)
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 196 KiB After Width: | Height: | Size: 195 KiB |
@@ -135,8 +135,8 @@ Integrating Mem0 with Keywords AI provides a powerful combination for building A
|
|||||||
|
|
||||||
## Help
|
## Help
|
||||||
|
|
||||||
For more information on using Mem0 and Keywords AI together, refer to:
|
For more information, refer to:
|
||||||
- [Mem0 Documentation](https://docs.mem0.ai)
|
|
||||||
- [Keywords AI Documentation](https://docs.keywordsai.co)
|
- [Keywords AI Documentation](https://docs.keywordsai.co)
|
||||||
|
- [Mem0 Platform]((https://app.mem0.ai/))
|
||||||
|
|
||||||
<Snippet file="get-help.mdx" />
|
<Snippet file="get-help.mdx" />
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ By integrating LangGraph with Mem0, you can build a personalized Customer Suppor
|
|||||||
## Help
|
## Help
|
||||||
|
|
||||||
- For more details on LangGraph, visit the [LangChain documentation](https://python.langchain.com/docs/langgraph).
|
- For more details on LangGraph, visit the [LangChain documentation](https://python.langchain.com/docs/langgraph).
|
||||||
- For Mem0 documentation, refer to the [Mem0 Platform](https://app.mem0.ai/).
|
- [Mem0 Platform](https://app.mem0.ai/).
|
||||||
- If you need further assistance, please feel free to reach out to us through following methods:
|
- If you need further assistance, please feel free to reach out to us through following methods:
|
||||||
|
|
||||||
<Snippet file="get-help.mdx" />
|
<Snippet file="get-help.mdx" />
|
||||||
|
|||||||
@@ -12,10 +12,7 @@ Before you begin, make sure you have:
|
|||||||
|
|
||||||
1. Installed Livekit Agents SDK with voice dependencies of silero and deepgram:
|
1. Installed Livekit Agents SDK with voice dependencies of silero and deepgram:
|
||||||
```bash
|
```bash
|
||||||
pip install livekit-agents[voice] \
|
pip install livekit-agents[silero,openai,deepgram]
|
||||||
livekit-plugins-silero \
|
|
||||||
livekit-plugins-deepgram \
|
|
||||||
livekit-plugins-openai
|
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Installed Mem0 SDK:
|
2. Installed Mem0 SDK:
|
||||||
@@ -382,4 +379,12 @@ logging.basicConfig(
|
|||||||
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s'
|
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s'
|
||||||
)
|
)
|
||||||
logger = logging.getLogger("memory_voice_agent")
|
logger = logging.getLogger("memory_voice_agent")
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Help & Resources
|
||||||
|
|
||||||
|
- [LiveKit Documentation](https://docs.livekit.io/)
|
||||||
|
- [Mem0 Platform](https://app.mem0.ai/)
|
||||||
|
- Need assistance? Reach out through:
|
||||||
|
|
||||||
|
<Snippet file="get-help.mdx" />
|
||||||
@@ -202,7 +202,7 @@ By integrating LlamaIndex with Mem0, you can build a personalized agent that can
|
|||||||
## Help
|
## Help
|
||||||
|
|
||||||
- For more details on LlamaIndex, visit the [LlamaIndex documentation](https://llamahub.ai/l/memory/llama-index-memory-mem0).
|
- For more details on LlamaIndex, visit the [LlamaIndex documentation](https://llamahub.ai/l/memory/llama-index-memory-mem0).
|
||||||
- For Mem0 documentation, refer to the [Mem0 Platform](https://app.mem0.ai/).
|
- [Mem0 Platform](https://app.mem0.ai/).
|
||||||
- If you need further assistance, please feel free to reach out to us through following methods:
|
- If you need further assistance, please feel free to reach out to us through following methods:
|
||||||
|
|
||||||
<Snippet file="get-help.mdx" />
|
<Snippet file="get-help.mdx" />
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ By integrating Mastra with Mem0, you can build intelligent agents that learn and
|
|||||||
## Help
|
## Help
|
||||||
|
|
||||||
- For more details on Mastra, visit the [Mastra documentation](https://docs.mastra.ai/).
|
- For more details on Mastra, visit the [Mastra documentation](https://docs.mastra.ai/).
|
||||||
- For Mem0 documentation, refer to the [Mem0 Platform](https://app.mem0.ai/).
|
- [Mem0 Platform](https://app.mem0.ai/).
|
||||||
- If you need further assistance, please feel free to reach out to us through the following methods:
|
- If you need further assistance, please feel free to reach out to us through the following methods:
|
||||||
|
|
||||||
<Snippet file="get-help.mdx" />
|
<Snippet file="get-help.mdx" />
|
||||||
@@ -246,8 +246,8 @@ Mem0’s Vercel AI SDK enables the creation of intelligent, context-aware applic
|
|||||||
|
|
||||||
## Help
|
## Help
|
||||||
|
|
||||||
- For more details on Vercel AI SDK, visit the [Vercel AI SDK documentation](https://sdk.vercel.ai/docs/introduction).
|
- For more details on Vercel AI SDK, visit the [Vercel AI SDK documentation](https://sdk.vercel.ai/docs/introduction)
|
||||||
- For Mem0 documentation, refer to the [Mem0 Platform](https://app.mem0.ai/).
|
- [Mem0 Platform](https://app.mem0.ai/)
|
||||||
- If you need further assistance, please feel free to reach out to us through following methods:
|
- If you need further assistance, please feel free to reach out to us through following methods:
|
||||||
|
|
||||||
<Snippet file="get-help.mdx" />
|
<Snippet file="get-help.mdx" />
|
||||||
Reference in New Issue
Block a user