UNPKG

seta-indexer

Version:

Vector database indexer for documentation

15 lines (14 loc) 288 B
export const DEFAULT_CHUNK_SIZE = 1000; export const DEFAULT_CHUNK_OVERLAP = 200; export const DEFAULT_MODEL = "Xenova/all-MiniLM-L6-v2"; export const SUPPORTED_EXTENSIONS = [ ".md", ".txt", ".mdx", ".pdf", ".json", ".yaml", ".yml", ".xml", ".csv", ];