mindmeld icon indicating copy to clipboard operation
mindmeld copied to clipboard

An Open Source Conversational AI Platform for Deep-Domain Voice Interfaces and Chatbots.

Results 27 mindmeld issues
Sort by recently updated
recently updated
newest added

The new [torch-crf implementation](https://github.com/cisco/mindmeld/pull/413) does not currently support storing CRF features on disk. This option would be beneficial for users who do not have a larger memory threshold. In order...

enhancement

I started with understanding mindmeld and built a simple bot on my custom data. In my `mapping.json` file for one of the entities didn't had `entities` key as I missed...

enhancement

When a user tries to create a QuestionAnswerer without installing the extra [bert], the error message raised is ```ValueError: Invalid model configuration: Unknown embedder type 'bert'```. This message is misleading...

enhancement

Loading a large KB while using the Elasticsearch Question Answerer with query_type {'embedder', 'embedder_text', 'embedder_keyword'} can be time consuming if the process of obtaining embeddings is not batched or is...

I have been working on getting the ```Annotator``` class to work with multiprocessing but ran into problems while implementing the below code. ``` from multiprocessing import Process import multiprocessing import...

Currently, `DialogueResponder` has a `request` object as an attribute, but contains other attributes as well, like `directives`. However, the responder and request serve very similar functions to encode information needed...

enhancement

Cisco Spark API library is now replaced by Webex Teams SDK API; we should update our example with this change. https://github.com/CiscoDevNet/webexteamssdk