Skip to content

Commit e615cc6

Browse files
fran3ccclaudekartik-mem0
authored
docs: rebrand Keywords AI integration to Respan (mem0ai#5098)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: Kartik <kartik.labhshetwar@mem0.ai>
1 parent ca86a16 commit e615cc6

4 files changed

Lines changed: 29 additions & 28 deletions

File tree

docs/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@
441441
"integrations/flowise",
442442
"integrations/langchain-tools",
443443
"integrations/agentops",
444-
"integrations/keywords",
444+
"integrations/respan",
445445
"integrations/raycast"
446446
]
447447
}

docs/integrations.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,19 +309,21 @@ Here are the available integrations for Mem0:
309309
</Card>
310310

311311
<Card
312-
title="Keywords AI"
312+
title="Respan"
313313
icon={
314314
<svg
315315
xmlns="http://www.w3.org/2000/svg"
316316
width="24"
317317
height="24"
318-
viewBox="0 0 24 24"
318+
viewBox="0 0 200 200"
319319
fill="none"
320320
>
321-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.07513 1.1863C9.21663 1.07722 9.39144 1.01009 9.56624 1.01009C9.83261 1.01009 10.0823 1.12756 10.2405 1.33734L15.0101 7.4964V12.4136L16.4335 13.8401C16.7582 14.1673 16.7582 14.7043 16.4335 15.0316C16.1089 15.3588 15.5762 15.3588 15.2515 15.0316L13.3453 13.1016V8.07538L8.92529 2.36944V2.36105C8.64228 2.00024 8.70887 1.4716 9.07513 1.1863ZM18.976 14.4133C18.8344 14.3778 18.7003 14.3042 18.5894 14.1925L16.9163 12.5059C16.7249 12.3129 16.6416 12.0528 16.6749 11.8094V6.88385H16.6499L11.8553 0.691225C11.7282 0.529117 11.6716 0.333133 11.6803 0.140562C11.134 0.0481292 10.5726 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20C13.9387 20 17.3456 17.7229 18.976 14.4133Z" fill="currentColor"></path>
321+
<path d="M2.00635 190.234V9.76584H53.3558V29.5101H26.7223V170.562H53.3558V190.234H2.00635Z" fill="currentColor"></path>
322+
<path d="M120.692 160.902C116.383 160.902 112.691 159.387 109.612 156.357C106.535 153.327 105.02 149.633 105.067 145.277C105.02 141.016 106.535 137.37 109.612 134.34C112.691 131.309 116.383 129.794 120.692 129.794C124.859 129.794 128.481 131.309 131.559 134.34C134.684 137.37 136.27 141.016 136.317 145.277C136.27 148.166 135.512 150.793 134.045 153.161C132.624 155.528 130.73 157.422 128.362 158.842C126.042 160.216 123.486 160.902 120.692 160.902Z" fill="currentColor"></path>
323+
<path d="M197.993 9.76584V190.234H146.643V170.562H173.278V29.5101H146.643V9.76584H197.993Z" fill="currentColor"></path>
322324
</svg>
323325
}
324-
href="/integrations/keywords"
326+
href="/integrations/respan"
325327
>
326328
Build AI applications with persistent memory and comprehensive LLM observability.
327329
</Card>
Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
---
2-
title: Keywords AI
3-
description: "Combine Mem0 persistent memory with Keywords AI observability for tracked, cost-optimized AI applications."
2+
title: Respan
3+
description: "Combine Mem0 persistent memory with Respan observability for tracked, cost-optimized AI applications."
44
---
55

6-
Build AI applications with persistent memory and comprehensive LLM observability by integrating Mem0 with Keywords AI.
6+
Build AI applications with persistent memory and comprehensive LLM observability by integrating Mem0 with Respan.
77

88
## Overview
99

10-
Mem0 is a self-improving memory layer for LLM applications, enabling personalized AI experiences that save costs and delight users. Keywords AI provides complete LLM observability.
10+
Mem0 is a self-improving memory layer for LLM applications, enabling personalized AI experiences that save costs and delight users. Respan (formerly Keywords AI) provides complete LLM observability.
1111

12-
Combining Mem0 with Keywords AI allows you to:
12+
Combining Mem0 with Respan allows you to:
1313
1. Add persistent memory to your AI applications
1414
2. Track interactions across sessions
15-
3. Monitor memory usage and retrieval with Keywords AI observability
15+
3. Monitor memory usage and retrieval with Respan observability
1616
4. Optimize token usage and reduce costs
1717

1818
<Note>
19-
You can get your Mem0 API key from the <a href="https://app.mem0.ai/?utm_source=oss&utm_medium=integration-keywords" rel="nofollow">Mem0 dashboard</a>.
19+
You can get your Mem0 API key from the <a href="https://app.mem0.ai/?utm_source=oss&utm_medium=integration-respan" rel="nofollow">Mem0 dashboard</a>.
2020
</Note>
2121

2222
## Setup and Configuration
2323

2424
Install the necessary libraries:
2525

2626
```bash
27-
pip install mem0ai keywordsai-sdk
27+
pip install mem0ai openai
2828
```
2929

3030
Set up your environment variables:
@@ -34,31 +34,31 @@ import os
3434

3535
# Set your API keys
3636
os.environ["MEM0_API_KEY"] = "your-mem0-api-key"
37-
os.environ["KEYWORDSAI_API_KEY"] = "your-keywords-api-key"
38-
os.environ["KEYWORDSAI_BASE_URL"] = "https://api.keywordsai.co/api/"
37+
os.environ["RESPAN_API_KEY"] = "your-respan-api-key"
38+
os.environ["RESPAN_BASE_URL"] = "https://api.respan.ai/api/"
3939
```
4040

4141
## Basic Integration Example
4242

43-
Here's a simple example of using Mem0 with Keywords AI:
43+
Here's a simple example of using Mem0 with Respan:
4444

4545
```python
4646
from mem0 import Memory
4747
import os
4848

4949
# Configuration
5050
api_key = os.getenv("MEM0_API_KEY")
51-
keywordsai_api_key = os.getenv("KEYWORDSAI_API_KEY")
52-
base_url = os.getenv("KEYWORDSAI_BASE_URL") # "https://api.keywordsai.co/api/"
51+
respan_api_key = os.getenv("RESPAN_API_KEY")
52+
base_url = os.getenv("RESPAN_BASE_URL") # "https://api.respan.ai/api/"
5353

54-
# Set up Mem0 with Keywords AI as the LLM provider
54+
# Set up Mem0 with Respan as the LLM provider
5555
config = {
5656
"llm": {
5757
"provider": "openai",
5858
"config": {
5959
"model": "gpt-5-mini",
6060
"temperature": 0.0,
61-
"api_key": keywordsai_api_key,
61+
"api_key": respan_api_key,
6262
"openai_base_url": base_url,
6363
},
6464
}
@@ -79,7 +79,7 @@ print(result)
7979

8080
## Advanced Integration with OpenAI SDK
8181

82-
For more advanced use cases, you can integrate Keywords AI with Mem0 through the OpenAI SDK:
82+
For more advanced use cases, you can integrate Respan with Mem0 through the OpenAI SDK:
8383

8484
```python
8585
from openai import OpenAI
@@ -88,8 +88,8 @@ import json
8888

8989
# Initialize client
9090
client = OpenAI(
91-
api_key=os.environ.get("KEYWORDSAI_API_KEY"),
92-
base_url=os.environ.get("KEYWORDSAI_BASE_URL"),
91+
api_key=os.environ.get("RESPAN_API_KEY"),
92+
base_url=os.environ.get("RESPAN_BASE_URL"),
9393
)
9494

9595
# Sample conversation messages
@@ -118,18 +118,18 @@ response = client.chat.completions.create(
118118
print(json.dumps(response.model_dump(), indent=4))
119119
```
120120

121-
For detailed information on this integration, refer to the official [Keywords AI Mem0 integration documentation](https://docs.keywordsai.co/integration/development-frameworks/mem0).
121+
For detailed information on this integration, refer to the official [Respan Mem0 integration documentation](https://www.respan.ai/docs/integrations/mem0).
122122

123123
## Key Features
124124

125125
1. **Memory Integration**: Store and retrieve relevant information from past interactions
126-
2. **LLM Observability**: Track memory usage and retrieval patterns with Keywords AI
126+
2. **LLM Observability**: Track memory usage and retrieval patterns with Respan
127127
3. **Session Persistence**: Maintain context across multiple user sessions
128128
4. **Cost Optimization**: Reduce token usage through efficient memory retrieval
129129

130130
## Conclusion
131131

132-
Integrating Mem0 with Keywords AI provides a powerful combination for building AI applications with persistent memory and comprehensive observability. This integration enables more personalized user experiences while providing insights into your application's memory usage.
132+
Integrating Mem0 with Respan provides a powerful combination for building AI applications with persistent memory and comprehensive observability. This integration enables more personalized user experiences while providing insights into your application's memory usage.
133133

134134
<CardGroup cols={2}>
135135
<Card title="OpenAI Agents SDK" icon="cube" href="/integrations/openai-agents-sdk">
@@ -139,4 +139,3 @@ Integrating Mem0 with Keywords AI provides a powerful combination for building A
139139
Monitor agent performance with AgentOps
140140
</Card>
141141
</CardGroup>
142-

docs/llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ If the user is on a pre-current major (Python < 2, TS < 3, or Platform `output_f
286286
- [Dify](https://docs.mem0.ai/integrations/dify) [Both]: Use when the user is on Dify LLMOps.
287287
- [Flowise](https://docs.mem0.ai/integrations/flowise) [Both]: Use when the user is on Flowise no-code.
288288
- [AgentOps](https://docs.mem0.ai/integrations/agentops) [Both]: Use when tracking agent observability with memory metadata.
289-
- [Keywords AI](https://docs.mem0.ai/integrations/keywords) [Both]: Use when monitoring with Keywords AI.
289+
- [Respan](https://docs.mem0.ai/integrations/respan) [Both]: Use when monitoring Mem0 with Respan (formerly Keywords AI) LLM observability.
290290
- [Raycast](https://docs.mem0.ai/integrations/raycast) [Both]: Use when the user wants quick memory access via Raycast.
291291

292292
## Cookbooks

0 commit comments

Comments
 (0)