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.