Try XGEN free for 15 days — nothing to install, runs in your browserStart free trial
PlateerAI Labs
·Reading Time | 4 min
Written by | Plateer AI Labs
From an ontology-based AI platform evaluation in manufacturing and retail

Turning scattered enterprise data into knowledge an AI can actually use

Questions from a manufacturing and retail company evaluating an ontology-based AI platform — extracting a graph from documents, connecting the RDB, where public LLMs draw the data boundary, how often knowledge needs refreshing, and where to start.

Turning scattered enterprise data into knowledge an AI can actually use — cover illustration

Customer data lives in the CRM, sales data in the commerce system, and production and logistics data in their own operational systems. Add service history and product documentation on top, and a company ends up holding a great deal of information that is managed under different structures and different standards.

People come to understand how all of it connects through experience on the job.

But what about AI?

"What did this customer buy, which services did they use, and what did they do afterward?"

Answering that may take more than searching across several databases. It calls for a structure in which the AI can understand what customers, products, sales, and services actually mean to one another.

Plateer AI Labs discussed the feasibility of applying an ontology-based AI service platform with a company in manufacturing and retail.

The questions that came up on site were less about the technology itself and more about how to apply it in practice.

Can we build a knowledge graph from our existing documents alone? Can data accumulated in the RDB be connected to an ontology as well? If our data is complex and uncurated, where do we even start? If we use a public LLM, does our internal data go out with it? How should constantly changing data be reflected in the knowledge graph?

This Field Report walks through those questions and how XGEN connects enterprise data into knowledge an AI can work with.


Subscribe to keep reading

Read the full field report

What we learned from customer meetings and PoCs. Leave the details below to open the rest — and we will let you know when a new field report lands.

#Enterprise AI#Ontology#Knowledge graph#RDB#Manufacturing & retail#Agentic AI

Frequently asked questions

If we feed in our documents, does the ontology build itself?
XGEN analyzes documents and data so an LLM can infer the key entities and relationships and assemble a knowledge graph. You are not limited to accepting what is generated — users can review and edit nodes and relationships directly, and a domain glossary can be applied to keep terminology consistent.
Can data already sitting in an RDB be connected to the knowledge graph?
Yes. XGEN can analyze database schemas and data characteristics to infer the semantic relationships between tables and data, then connect them to the ontology. That said, for long-running systems, converting all source data directly is not always the best move — building on reasonably curated data such as a DW or data mart is often more efficient.
If we use a public LLM, does our enterprise data leave with it?
When XGEN calls an external LLM, it can be designed to pass only the context needed to answer the question rather than the entire database or knowledge base. Where using external models is restricted outright, running an open-source LLM on internal infrastructure is a viable private option.
Our data keeps changing — do we have to rebuild the knowledge graph every time?
No. XGEN continues to improve reindexing and synchronization for keeping knowledge current, and not every dataset needs to be reflected in real time. Separate the areas that genuinely require real-time freshness from those where periodic refreshes suffice, and define the level of freshness the AI task actually needs.
Where does the time actually go in an ontology project?
More than the platform itself, the scope is driven by deciding which data to use, connecting existing data and systems, and curating it to the level required. Rather than completing an enterprise-wide ontology up front, start with a business area where the value is clear and expand step by step.
Once the ontology exists, what changes for the agent?
Where conventional RAG excels at finding relevant documents and answering from them, an agent working on an ontology gains a foundation for using the relationships and context between pieces of information. If customer, product, purchase, and service are connected, the agent can navigate those relationships instead of looking each one up in isolation.
Back to the blog