chatbot-ui/lib/retrieval/processing/index.ts

10 lines
198 B
TypeScript

export * from "./csv"
export * from "./docx"
export * from "./json"
export * from "./md"
export * from "./pdf"
export * from "./txt"
export const CHUNK_SIZE = 4000
export const CHUNK_OVERLAP = 200