Files
autorag_evaluation/projects/example_01/config/chunk.yaml
2025-03-14 17:33:18 +09:00

13 lines
396 B
YAML

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" ]