UNPKG
seta-indexer
Version:
latest (0.1.1)
0.1.1
Vector database indexer for documentation
seta-indexer
/
dist
/
config.js
15 lines
(14 loc)
•
288 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
, ];