Knowledge Graph Builder Kit
Extract entities and relationships to build a knowledge graph.
0/6 entities extracted, 0 relationships
Configuration
Knowledge Graph Construction
LLM
RLHF
Constitutional AI
GPT-4
Claude
transformer architecture
Integration Code
import { createKnowledgeBase } from 'agent-tools-kit/knowledge'
const kb = createKnowledgeBase({ chunking: 'semantic', embedModel: 'text-embedding-3-small' })
await kb.ingest('./documents/')
const results = await kb.search('query text', { topK: 5 })