Overview
The Jinba Knowledge Base tool allows you to update and manage knowledge bases within the Jinba ecosystem. This tool enables you to maintain up-to-date information repositories that can be accessed by other tools and workflows for enhanced AI-powered operations.Key Features
JINBA_KNOWLEDGE_BASE_UPDATE
: Update knowledge base entries with new information- Integration with vector search capabilities
- Support for multiple content types and formats
- Automatic content indexing and organization
Authentication
This tool uses your Jinba workspace credentials and does not require additional API keys.Tools
JINBA_KNOWLEDGE_BASE_UPDATE
Update a knowledge base with new content or modify existing entries. Input:knowledge_base_id
(string, required): ID of the knowledge base to updatecontent
(string, required): Content to add or updatetitle
(string, optional): Title for the content entrymetadata
(object, optional): Additional metadata for the entrytags
(array, optional): Tags for content categorizationupdate_mode
(string, optional): Update mode (“append”, “replace”, “merge”)
entry_id
: ID of the updated or created entryknowledge_base_id
: ID of the knowledge basestatus
: Update statusindexed_content
: Information about indexed contentmetadata
: Associated metadata
Examples
Example: Update Knowledge Base with New Information
Example: Update Knowledge Base with Workflow Documentation
Example: Update Knowledge Base with Troubleshooting Guide
Example: Knowledge Base Update with Multiple Entries
Use Cases
- Maintaining product documentation and changelogs
- Building comprehensive troubleshooting guides
- Creating workflow documentation repositories
- Storing best practices and guidelines
- Building FAQ and support knowledge bases
- Maintaining team wikis and internal documentation
- Creating training materials and onboarding guides
- Storing compliance and regulatory information
Best Practices
- Use descriptive titles and consistent tagging
- Include relevant metadata for better searchability
- Organize content with clear hierarchies
- Regular updates to keep information current
- Use proper formatting for readability
- Include cross-references to related content
- Version control important documentation
- Monitor and maintain content quality