Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.kodexa.ai/llms.txt

Use this file to discover all available pages before exploring further.

Data stores are designed to hold structured data that has been extracted from a set of labeled documents that are held in a document store. The data store is linked to a Data Definition. The Data Definition formalizes the structure of the data into groups and individual data attributes, then the actual data points and their related groups are created in the data store with lineage back to the document store holding the document representation.

Store Options

The data store has several options that can be set to control how it behaves. These are set on the store object and are:
  • allowDataEditing - If set to true then the UI allows the user to edit the data. Note that this setting is not currently enforced by the API.
  • deleteProtection - If set to true then the store will be protected from deletion. This means that you can’t delete the store or delete all its contents. However, you can still delete documents from the store.