AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

Using MongoDb to store user topic files
 
 

How can I store user topic files in MongoDb so that i can scale CS horizontally ?.

I followed the link (https://github.com/bwilcox-1234/ChatScript/blob/master/WIKI/ESOTERIC-CHATSCRIPT/ChatScript-MongoDB.md), but i was not able to do it, can i get some alternative document to implement the same.

 

 
  [ # 1 ]

Two points.
1) you need to be running a version of CS that has been explicitly compiled with Mongo support.
2) specify a mongo= parameter with the connection details
e.g. mongo=mongodb://127.0.0.1:27017 ChatScript topic:UserTopics

I generally use a cs_init.txt file to contain that line so no quotes are needed.

 

 
  login or register to react