3 Commits

Author SHA1 Message Date
Docker Config Backup
e55c38bc7f Update API reference documentation - Phase 2 complete
📚 API Reference Updates:
- Changed status from "In Progress" to "Phase 2 Complete "
- Added all available Bearer tokens for external testing
- Updated base URLs for external vs local access
- Added comprehensive "Quick Testing" section with working examples

🔑 Bearer Token Information:
- Development: mem0_dev_key_123456789
- Docker: mem0_docker_key_987654321
- Admin: mem0_admin_key_111222333

 Documentation Now Reflects Reality:
- REST API endpoints are working (not in progress)
- All authentication methods documented
- External access URLs provided
- Working cURL examples for testing
- Interactive docs link included

🎯 User can now:
- Find bearer tokens easily in documentation
- Test API from outside the machine
- Access interactive Swagger UI
- Use working examples for all operations

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-31 18:05:11 +02:00
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
Docker Config Backup
41cd78207a 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>
2025-07-31 06:57:10 +02:00