Values.VectorIngestionConfigurationSourceContains details about how to ingest the documents in a data source.
type nonrec t = {chunkingConfiguration : ChunkingConfiguration.t option;Details about how to chunk the documents in the data source. A chunk refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried.
*)parsingConfiguration : ParsingConfiguration.t option;A custom parser for data source documents.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Integer of
FixedSizeChunkingConfigurationMaxTokensInteger.t
| `List of
[> `Structure of
(string
* [> `Integer of
HierarchicalChunkingLevelConfigurationMaxTokensInteger.t ])
list ]
list
| `String of BedrockModelArnForParsing.t
| `Structure of
(string * [> `String of ParsingPromptText.t ]) list ])
list ])
list ])
list ]