Sim

Knowledge

Use vector search

Sim'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, 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 knowledge bases, upload individual chunks to existing documents, or create new documents from text content. Uses advanced AI embeddings to understand meaning and context for search operations.

Tools

Search for similar content in a knowledge base using vector similarity

Input

ParameterTypeRequiredDescription
knowledgeBaseIdstringYesID of the knowledge base to search in
querystringNoSearch query text (optional when using tag filters)
topKnumberNoNumber of most similar results to return (1-100)
tagFiltersanyNoArray of tag filters with tagName and tagValue properties

Output

ParameterTypeDescription
resultsarrayArray of search results from the knowledge base

knowledge_upload_chunk

Upload a new chunk to a document in a knowledge base

Input

ParameterTypeRequiredDescription
knowledgeBaseIdstringYesID of the knowledge base containing the document
documentIdstringYesID of the document to upload the chunk to
contentstringYesContent of the chunk to upload

Output

ParameterTypeDescription
dataobjectInformation about the uploaded chunk

knowledge_create_document

Create a new document in a knowledge base

Input

ParameterTypeRequiredDescription
knowledgeBaseIdstringYesID of the knowledge base containing the document
namestringYesName of the document
contentstringYesContent of the document
tag1stringNoTag 1 value for the document
tag2stringNoTag 2 value for the document
tag3stringNoTag 3 value for the document
tag4stringNoTag 4 value for the document
tag5stringNoTag 5 value for the document
tag6stringNoTag 6 value for the document
tag7stringNoTag 7 value for the document
documentTagsDataarrayNoStructured tag data with names, types, and values

Output

ParameterTypeDescription
dataobjectInformation about the created document

Notes

  • Category: blocks
  • Type: knowledge
Knowledge