FileWithMetadata
A file with optional per-file metadata and chunking strategy.
Example Usage
typescript
import { FileWithMetadata } from "@meetkai/mka1/models/components";
let value: FileWithMetadata = {
fileId: "<id>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
fileId | string | ✔️ | A File ID that the vector store should use. |
attributes | Record<string, components.FileWithMetadataAttributes> | ➖ | Optional attributes for this specific file. |
chunkingStrategy | components.FileWithMetadataChunkingStrategy | ➖ | Optional chunking strategy for this specific file. |