Module Values.VectorIngestionConfigurationSource

Contains details about how to ingest the documents in a data source.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. parsingConfiguration : ParsingConfiguration.t option;
    (*

    A custom parser for data source documents.

    *)
}
Sourceval make : ?chunkingConfiguration:??? -> ?parsingConfiguration:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t