Initial commit
This commit is contained in:
13
projects/example_01/config/chunk.yaml
Normal file
13
projects/example_01/config/chunk.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
modules:
|
||||
- module_type: llama_index_chunk
|
||||
chunk_method: Token
|
||||
chunk_size: [200, 800]
|
||||
chunk_overlap: [30, 200]
|
||||
add_file_name: ko
|
||||
- module_type: llama_index_chunk
|
||||
chunk_method: Semantic_llama_index
|
||||
embed_model: hf_snowflake-arctic-embed-l-v2.0-ko
|
||||
add_file_name: ko
|
||||
- module_type: langchain_chunk
|
||||
chunk_method: recursivecharacter
|
||||
separators: [ " ", "\n" ]
|
||||
4
projects/example_01/config/parse.yaml
Normal file
4
projects/example_01/config/parse.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
modules:
|
||||
- module_type: langchain_parse
|
||||
file_type: pdf
|
||||
parse_method: [ pdfminer, pdfplumber, pypdfium2, pypdf, pymupdf ]
|
||||
Reference in New Issue
Block a user