Architecture & Technology
We have different type of entities in the landscape.
Users / App / Desktop
Individual users are the source of transactional data. They supply raw data. They query or check whether a transaction is safe to perform.
Edge Nodes
These nodes serve as interface to Users. They expose interfaces to consume data and queries from Users. Edge nodes communicate with Controller Nodes.
Data Nodes
These nodes store the data (User managed data), form foundation for searching, indexing and input for LLM models
Controller Nodes
These nodes perform the management of data and data nodes, they communicate with all the nodes in the system.
AI Nodes
These nodes develop AI algorithms based on the data.
Metrics Nodes
These nodes collect the usage metrics and calculate rewards.
Index Nodes
These nodes build and maintain indexing of data.
Last updated