Updated README with LLM cache configuration details
This commit is contained in:
parent
c2f861fba9
commit
17ccab8db2
1 changed files with 3 additions and 1 deletions
|
|
@ -224,7 +224,9 @@ LightRAG supports binding to various LLM/Embedding backends:
|
||||||
Use environment variables `LLM_BINDING` or CLI argument `--llm-binding` to select LLM backend type. Use environment variables `EMBEDDING_BINDING` or CLI argument `--embedding-binding` to select LLM backend type.
|
Use environment variables `LLM_BINDING` or CLI argument `--llm-binding` to select LLM backend type. Use environment variables `EMBEDDING_BINDING` or CLI argument `--embedding-binding` to select LLM backend type.
|
||||||
|
|
||||||
### Entity Extraction Configuration
|
### Entity Extraction Configuration
|
||||||
- ENABLE_LLM_CACHE_FOR_EXTRACT: Enable LLM cache for entity extraction (default: false)
|
* ENABLE_LLM_CACHE_FOR_EXTRACT: Enable LLM cache for entity extraction (default: false)
|
||||||
|
|
||||||
|
It's very common to set `ENABLE_LLM_CACHE_FOR_EXTRACT` to true for test environment to reduce the cost of LLM calls.
|
||||||
|
|
||||||
### Storage Types Supported
|
### Storage Types Supported
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue