Deep Decision® Intergration Guide
Intro
There are several pathways to integrate Deep Decision® and our World State depending on your organization’s needs.
- Access Deep Decision®’s LSM directly using our Drag-And-Drop.AI UI
- Design your own app leveraging our API’s.
- Integrated into existing services using our SDKs.
- Request a local installation.
Drag-And-Drop.AI UI
Via our Drag-And-Drop.AI menu on our web portal you can:
- Investigate events.
- Explore new AI model designs.
- Uncover new relationships.
- Generate analysis reports.
- Monitor events levergaing the World State.
Features:
- Upload data to our servers.
- Automatically create new LSM models.
- Interact with their models results.
- Process data using our LLM to create human-intelligible analysis.
- Process new data with an existing LSM model.
- Download features and model results.
- Automately access current events, rich psychographic and more via the World State.
Deep Decision® APIs and SDKs
Our APIs use the latest open standards to make intergration a snap.
- OpenAPI Specification
- RESTful APIs
- OAuth 2.0 Security
With our Deep Decision® APIs you can:
- Automate event monitoring.
- Process signals automatically.
- Integrate into an existing or new UI.
- Tap into the World State directly.
Features:
Access to the same functionality as the Drag-And-Drop.AI UI.
Intergration Diagram
Deep Decision®'s APIs can enable a wide range of applications access to the power of LSM-LLMs.
Basic Request Flow
Status codes:
- 100's are for Information responses.
- 200's are for Successful responses.
- 300's are for Redirection indicating a gateway issue or a misconfiguration with the call.
- 400's are for Client errors such as invalid authorizations.
- 500's are for server errors typically caused by a configuration issue with the call.
LSM Fit Request Flow
- To fit a LSM model you need to first load your dataset or use a dataset you have previously loaded
- In the fit call you specify the focus and how to link in the world state. The task id used to track the request will be returned in the response.
- You can check on the status of the task but call the fit with returned task id.
- Once the task is complete you can download the features file with returned task id.
LLM Request Flow
- First, pick which LSM statement you want to process with the LLM.
- Send a interruption request. In the reponse the task id will be returned
- Use the task id to check on the status of the request.
- Once the request is complete download the results
LSM Inference Request Flow
- To reuse an existing model first load new data to Deep Decisionn®.
- Select an exisiting model whose input data matches the format of the new data. The task id used to track the request will be returned in the response.
- You can check on the status of the task call the fit with returned task id.
- Once the task is complete you can download the features file with returned task id.
- Features
- Statements
- Knowledge Graph
- Interpretation Graph
Data Requests Flow
You can access LSM results by using the task id of a completed model. Avaible datasets:
User Information Requests Flow
Using your authorization token you can access user user account information.
Copyright © 2024 Deep Labs