The knowledge graph is where your structured data, defined by the ontology, is stored.Documentation Index
Fetch the complete documentation index at: https://docs.a1facts.ai/llms.txt
Use this file to discover all available pages before exploring further.
a1facts uses a graph database to store entities and their relationships, allowing for complex queries and analysis. It is the central repository of factual information that your AI agents can rely on.
Querying the Graph
The primary way to interact with the knowledge graph is through natural language queries. When an agent receives a query, it uses thequery_tool (see API Reference) to translate the natural language query into a precise graph traversal. The results are then returned to the agent.
Neo4j Backend
For robust and scalable deployments,a1facts supports Neo4j as a backend for the knowledge graph.