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.