Merge pull request #994 from Brocowlee/language_support

[EVO] Add language configuration to environment and argument parsing
This commit is contained in:
Yannick Stephan
2025-03-04 22:33:03 +01:00
committed by GitHub
3 changed files with 5 additions and 1 deletions

View File

@@ -48,7 +48,7 @@
# CHUNK_OVERLAP_SIZE=100
# MAX_TOKENS=32768 # Max tokens send to LLM for summarization
# MAX_TOKEN_SUMMARY=500 # Max tokens for entity or relations summary
# SUMMARY_LANGUAGE=English
# LANGUAGE=English
# MAX_EMBED_TOKENS=8192
### LLM Configuration (Use valid host. For local services installed with docker, you can use host.docker.internal)