This documentation describes the integration of MindsDB with Symbl, a platform with state-of-the-art and task-specific LLMs that enables businesses to analyze multi-party conversations at scale. This integration allows MindsDB to process conversation data and extract insights from it.Documentation Index
Fetch the complete documentation index at: https://mindsdb-dependabot-npm-and-yarn-docs-fast-uri-3-1-2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before proceeding, ensure the following prerequisites are met:- Install MindsDB locally via Docker or Docker Desktop.
- To connect Symbl to MindsDB, install the required dependencies following this instruction.
Connection
Establish a connection to your Symbl from MindsDB by executing the following SQL command:app_id: The Symbl app identifier.app_secret: The Symbl app secret.
Usage
First, process the conversation data and get the conversation ID via theget_conversation_id table:
get_topicsget_questionsget_analyticsget_action_items
The above examples utilize
mindsdb_symbl as the datasource name, which is defined in the CREATE DATABASE command.