Integrate self-hosted Supabase with mem0 system
- Configure mem0 to use self-hosted Supabase instead of Qdrant for vector storage - Update docker-compose to connect containers to localai network - Install vecs library for Supabase pgvector integration - Create comprehensive test suite for Supabase + mem0 integration - Update documentation to reflect Supabase configuration - All containers now connected to shared localai network - Successful vector storage and retrieval tests completed 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
118
docs/mint.json
Normal file
118
docs/mint.json
Normal file
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"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/qdrant",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user