Fix linting

This commit is contained in:
yangdx 2025-10-22 15:00:18 +08:00
parent 904b1f46f9
commit c92ab8373a

View file

@ -138,7 +138,7 @@ SUMMARY_LANGUAGE=English
### control the maximum chunk_ids stored in vector and graph db
# MAX_SOURCE_IDS_PER_ENTITY=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
### KEEP: Keep oldest (less merge action and faster)
# SOURCE_IDS_LIMIT_METHOD=FIFO