Knowledge
Search knowledge
Sim Studio's Knowledge Base is a powerful native feature that enables you to create, manage, and query custom knowledge bases directly within the platform. Using advanced AI embeddings and vector search technology, the Knowledge Base block allows you to build intelligent search capabilities into your workflows, making it easy to find and utilize relevant information across your organization.
The Knowledge Base system provides a comprehensive solution for managing organizational knowledge through its flexible and scalable architecture. With its built-in vector search capabilities, teams can perform semantic searches that understand meaning and context, going beyond traditional keyword matching.
Key features of the Knowledge Base include:
- Semantic Search: Advanced AI-powered search that understands meaning and context, not just keywords
- Vector Embeddings: Automatic conversion of text into high-dimensional vectors for intelligent similarity matching
- Custom Knowledge Bases: Create and manage multiple knowledge bases for different purposes or departments
- Flexible Content Types: Support for various document formats and content types
- Real-time Updates: Immediate indexing of new content for instant searchability
In Sim Studio, the Knowledge Base block enables your agents to perform intelligent semantic searches across your custom knowledge bases. This creates opportunities for automated information retrieval, content recommendations, and knowledge discovery as part of your AI workflows. The integration allows agents to search and retrieve relevant information programmatically, facilitating automated knowledge management tasks and ensuring that important information is easily accessible. By leveraging the Knowledge Base block, you can build intelligent agents that enhance information discovery while automating routine knowledge management tasks, improving team efficiency and ensuring consistent access to organizational knowledge.
Usage Instructions
Perform semantic vector search across your knowledge base to find the most relevant content. Uses advanced AI embeddings to understand meaning and context, returning the most similar documents to your search query.
Tools
knowledge_search
Search for similar content in a knowledge base using vector similarity
Input
Parameter | Type | Required | Description |
---|---|---|---|
knowledgeBaseId | string | Yes | ID of the knowledge base to search in |
query | string | Yes | Search query text |
topK | number | No | Number of most similar results to return (1-100) |
Output
Parameter | Type |
---|---|
results | string |
query | string |
knowledgeBaseId | string |
topK | string |
totalResults | string |
message | string |
Block Configuration
Input
Parameter | Type | Required | Description |
---|---|---|---|
knowledgeBaseId | string | Yes | Knowledge Base - Select knowledge base |
Outputs
Output | Type | Description |
---|---|---|
response | object | Output from response |
↳ results | json | results of the response |
↳ query | string | query of the response |
↳ knowledgeBaseId | string | knowledgeBaseId of the response |
↳ topK | number | topK of the response |
↳ totalResults | number | totalResults of the response |
↳ message | string | message of the response |
Notes
- Category:
blocks
- Type:
knowledge