Files
t6_mem0/docs/mint.json
Docker Config Backup 09451401cc Update documentation: Replace Qdrant with Supabase references
- Updated vector store provider references throughout documentation
- Changed default vector store from Qdrant to Supabase (pgvector)
- Updated configuration examples to use Supabase connection strings
- Modified navigation structure to remove qdrant-specific references
- Updated examples in mem0-with-ollama and llama-index integration
- Corrected API reference and architecture documentation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-31 07:56:11 +02:00

117 lines
2.3 KiB
JSON

{
"name": "Mem0 Memory System",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#0D9488",
"light": "#07C983",
"dark": "#0D9488",
"anchors": {
"from": "#0D9488",
"to": "#07C983"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:support@klas.chat"
}
],
"topbarCtaButton": {
"name": "Dashboard",
"url": "https://n8n.klas.chat"
},
"tabs": [
{
"name": "API Reference",
"url": "api-reference"
},
{
"name": "Guides",
"url": "guides"
}
],
"anchors": [
{
"name": "Documentation",
"icon": "book-open-cover",
"url": "https://docs.klas.chat"
},
{
"name": "Community",
"icon": "slack",
"url": "https://matrix.klas.chat"
},
{
"name": "Blog",
"icon": "newspaper",
"url": "https://klas.chat"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
"quickstart",
"development"
]
},
{
"group": "Core Concepts",
"pages": [
"essentials/architecture",
"essentials/memory-types",
"essentials/configuration"
]
},
{
"group": "Database Integration",
"pages": [
"database/neo4j",
"database/supabase"
]
},
{
"group": "LLM Providers",
"pages": [
"llm/ollama",
"llm/openai",
"llm/configuration"
]
},
{
"group": "API Documentation",
"pages": [
"api-reference/introduction"
]
},
{
"group": "Memory Operations",
"pages": [
"api-reference/add-memory",
"api-reference/search-memory",
"api-reference/get-memory",
"api-reference/update-memory",
"api-reference/delete-memory"
]
},
{
"group": "Guides",
"pages": [
"guides/getting-started",
"guides/local-development",
"guides/production-deployment",
"guides/mcp-integration"
]
}
],
"footerSocials": {
"website": "https://klas.chat",
"github": "https://github.com/klas",
"linkedin": "https://www.linkedin.com/in/klasmachacek"
}
}