π¦Toolbox
The Toolbox is a collection of helper models designed to extract and transform information from various file formats into a structure that LLMs can easily read and interact with.
Embedding Models (RAG)
Embedding models transform file content into numerical representations, allowing language models) to process and interpret data efficiently. This capability enables you to interact with supported files.
By default, Sanctum utilizes the BAAI BGE Small EN model for embedding file content. However, you can explore additional models on the Toolbox page to find the one that best suits your requirements.
Audio-to-Text Model
These models convert audio into text, making it accessible for language models to analyze and process. The audio transcription feature leverages this technology.
For audio processing, we propose OpenAIβs Whisper, a robust solution available in various versions. Visit the Toolbox page to select the version that aligns with your specific needs.
Image Recognition (coming soon)
Model Configuration
If you want to customize the performance of a downloaded Toolbox models:
Go to the Settings page.
Explore the available configuration options to adjust the models for your specific requirements.
Last updated