You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Couchbase is a leading multi-dimensional database available on both cloud and on prem. Having more chat solutions will help in easily integrating this multi-agent-orchestrator with different projects.
Solution/User Experience
We from Couchbase would like to add and support Couchbase as a storage backend in both Python and Typescript versions.
Alternative solutions
No response
The text was updated successfully, but these errors were encountered:
Thanks @lokesh-couchbase for the feature request!
We'd be happy to add Couchbase as a storage backend option.
For the implementation, we'd need to follow a few guidelines:
For Python, this should be an optional package (like we did for Anthropic and OpenAI) to keep the installation modular. Users would install it with: pip install "multi-agent-orchestrator[couchbase]"
The implementation will need a dedicated documentation page under the Storage section, following the same structure as our existing storage options (like DynamoDB and In-Memory storage). This should include:
Overview and features
When to use Couchbase storage
Implementation examples
Configuration options
Best practices
It would be great if you could provide complete working examples with some agents (in both TypeScript and Python) that we could add to our examples folder. These examples should demonstrate:
Basic setup and configuration
Usage with the orchestrator
For testing purposes, we'd need:
Access to a test instance/API key
Clear instructions for setting up a test environment
Integration tests for both Python and TypeScript implementations
Use case
Couchbase is a leading multi-dimensional database available on both cloud and on prem. Having more chat solutions will help in easily integrating this multi-agent-orchestrator with different projects.
Solution/User Experience
We from Couchbase would like to add and support Couchbase as a storage backend in both Python and Typescript versions.
Alternative solutions
No response
The text was updated successfully, but these errors were encountered: