This commit is contained in:
Raphaël MANSUY 2025-12-04 19:18:38 +08:00
parent 0002bb63db
commit fe25b0455e

View file

@ -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