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:
18
start_docs_server.sh
Executable file
18
start_docs_server.sh
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "🚀 Starting Mem0 Documentation Server"
|
||||
echo "======================================="
|
||||
|
||||
# Change to docs directory
|
||||
cd /home/klas/mem0/docs
|
||||
|
||||
# Start Mintlify development server on a specific port
|
||||
echo "📚 Starting Mintlify on port 3003..."
|
||||
echo "🌐 Local access: http://localhost:3003"
|
||||
echo "🌐 Public access: https://docs.klas.chat (after Caddy configuration)"
|
||||
echo ""
|
||||
echo "Press Ctrl+C to stop the server"
|
||||
echo ""
|
||||
|
||||
# Start Mintlify with specific port
|
||||
mint dev --port 3003
|
||||
Reference in New Issue
Block a user