Knowledge Base
定义
A knowledge base is a managed collection of documents (PDF, DOCX, Markdown, HTML, URLs) that serve as context for AI recipes and workflows. When a recipe runs, relevant passages are retrieved from the knowledge base and included in the prompt, grounding the AI's response in your organization's actual data rather than the model's general training.
Document Processing
Upload documents in any common format. JieGou processes them through a hierarchical chunking pipeline, generates embeddings, and indexes them for semantic search. URL-sourced documents support automatic freshness checking and re-processing when content changes.
Scoped Knowledge
Knowledge bases can be scoped to specific departments, recipes, or workflows. A Sales knowledge base might contain product sheets and pricing guides. A Legal knowledge base might contain contract templates and compliance policies. Auto-context automatically includes the right knowledge base based on who's running which recipe.
相关术语
AI 配方
了解什么是 AI 配方以及它们如何在 JieGou 中运作。配方是可重复使用的单一操作 AI 建构模组,具有结构化的输入和输出。
Department Packs
Department packs are curated bundles of AI recipes, workflows, and governance rules designed for specific business functions like Sales, Marketing, HR, and IT.
RAG (Retrieval-Augmented Generation)
RAG retrieves relevant documents from a knowledge base and includes them as context when prompting an LLM, grounding AI responses in your organization's data.