How to Use Trueseek Plugin
Plugins to Enhance AI Capabilities in Trueseek
Plugins allow you to extend the AI model's capabilities beyond simple text generation, enabling more powerful and dynamic responses from the AI:
Access the latest information in real-time
Generate images, graphs, and visual content
Integrate with your vector database
And much more!
Let’s dive in!
Using Plugins in Trueseek
To use plugins in the Trueseek app:
Click on the 🧩 icon next to model selection.
Toggle the plugin option to enable plugins.
Choose the plugin you want to use and enable it. Note that some plugins may require manual settings. Switch to the Settings tab to fill in necessary information and get the plugin to work.
Trueseek Available Plugins
Here are the plugins that Trueseek supports natively:
Web Search: Allows AI models to search for information from the internet in real-time using Google Search.
Perplexity Search: Allows AI models to search for information from the internet using Perplexity.
Web Page Reader: Lets the AI models read the content of your provided URLs and analyze or summarize them.
Market News: Get the latest financial information.
DALL·E 3: Allows the AI model to generate images using DALL·E 3.
Stable Diffusion v2 and v3: Allows the AI model to generate images using Stable Diffusion.
Image Search: Search the web for images using Google search.
Interactive Canvas: Lets the AI create an interactive canvas with the user. This can be used to create forms, HTML/JS/CSS code, games, visualizations, or other interactive content.
Render HTML: This plugin demonstrates how to render HTML to end users (mostly similar to Interactive Canvas and is an example for plugin developers).
Render Chart: Helps visualize data by drawing charts.
Mermaid Diagram: Generates and renders diagrams using the Mermaid.js library, including Flowcharts, Sequence Diagrams, Class Diagrams, and more.
Azure AI Search: Connects Trueseek to your training data in Azure AI Search (Cognitive Search).
💡 Want to build your own custom plugin? You can create your own plugin that integrates with your system or works as you like using the instructions here: Build a Trueseek Plugin.
We are constantly adding new plugins to our collection, so stay tuned!
Best Practices
Be specific with your requests: Clearly specify what you need to trigger the correct plugin. For example, if you need the latest market data, include terms like "financial news" or "latest market trends" in your prompt.
Combine plugins when needed: Leverage multiple plugins in a single prompt to maximize efficiency. For example, you can search for the latest fashion trend (Web Search) and visualize it (Render Chart).
Test and experiment: Familiarize yourself with different plugins by testing them in various scenarios to understand their full capabilities and limitations.
Last updated