Skip to content

Commit

Permalink
fix: update docs with correct type
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Dolfi <[email protected]>
  • Loading branch information
dolfim-ibm committed Feb 7, 2024
1 parent f53b632 commit 471e45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/data_indices.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In addition, it is possible to specify non-default `type` of data index. For mor
| Type | Description |
| -------------- | ------------------------------------ |
| `Document` | (Default) Index containing documents uploaded as PDF and converted by the platform. |
| `DB Records` | Index containing data matching the DB records schema. This usually orginates from curated data collections, and exposes a schema which can be leveraged in the processing pipeline. |
| `DB Record` | Index containing data matching the DB records schema. This usually orginates from curated data collections, and exposes a schema which can be leveraged in the processing pipeline. |
| `Generic` | Generic type with the least requirements. |
| `Experiment` | Data coming from simulation experiments. |

Expand Down

0 comments on commit 471e45c

Please sign in to comment.