Integration of Rasa with Couchbase
See original GitHub issueDescription of Problem:
Couchbase is widely getting popular as an enterprise No-SQL solution. It would be great to provide out of the box integration for users who would like to leverage Couchbase for Rasa to store users conversation history.
Overview of the Solution:
- Need to introduce a new Tracker Store named CouchTrackerStore.
- Need to implement the CouchTrackerStore
- Add test cases to test the CouchTrackerStore
- Users would be able to access the new CouchTrackerStore from the configuration in endpoints.yml
Examples (if relevant):
Below code is a reference from enpdoints.yml of the new implementations for Couch
tracker_store: type: couch url: http://localhost:8091 db: bucket username: user password: pass
Blockers (if relevant):
None known at this time.
Definition of Done:
- Code a new entry for CouchTrackerStore in TrackerStore
- Code the CouchTrackerStore implementation
- Tests are added
- Feature described the docs
- Feature mentioned in the changlog
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Couchbase Monitoring - TechDocs
The cluster membership details of the node display one of the following values: active - This node is an active part of the...
Read more >Integrating Rasa with Knowledge Bases | The Rasa Blog
Knowledge bases: Encode domain knowledge and resolve entities in Rasa. In this tutorial, you will learn about:.
Read more >About the CouchbaseCluster Configuration File
This field specifies the API version for the Couchbase integration. As the integration changes over time, you can change the API version whenever...
Read more >Top Chatbot Development Frameworks You Should Know
Top Open Source Chatbot Frameworks Comparison. Chatbot Framework, Programming Language, NLP Support, Ease Of Use, Integration. Rasa, Python, Yes ...
Read more >Elasticsearch vs rasa NLU | What are the differences?
Its major features include powerful full-text search, hit highlighting, faceted search, near real-time indexing, dynamic clustering, database integration, rich ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank You @wochinge , will follow the suggested steps.
@mbzebra You don’t need to fork the project for that. All you should need is
CouchTrackerStore
rasa
as dependency (and potential rasaendpoints.yml