Fix linting
This commit is contained in:
parent
904b1f46f9
commit
c92ab8373a
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ SUMMARY_LANGUAGE=English
|
||||||
### control the maximum chunk_ids stored in vector and graph db
|
### control the maximum chunk_ids stored in vector and graph db
|
||||||
# MAX_SOURCE_IDS_PER_ENTITY=300
|
# MAX_SOURCE_IDS_PER_ENTITY=300
|
||||||
# MAX_SOURCE_IDS_PER_RELATION=300
|
# MAX_SOURCE_IDS_PER_RELATION=300
|
||||||
### control chunk_ids limitation method: FIFO, FIFO
|
### control chunk_ids limitation method: FIFO, KEEP
|
||||||
### FIFO: First in first out
|
### FIFO: First in first out
|
||||||
### KEEP: Keep oldest (less merge action and faster)
|
### KEEP: Keep oldest (less merge action and faster)
|
||||||
# SOURCE_IDS_LIMIT_METHOD=FIFO
|
# SOURCE_IDS_LIMIT_METHOD=FIFO
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue