mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-05 07:10:29 +08:00
[go] Merged memory extractor with ingestion task handler (#17730)
Routes async memory extraction through the shared ingestion NATS pipeline via task_type=memory, removing the dedicated Redis consumer. Memory failures ack terminally, transient errors nack for redelivery.
This commit is contained in:
@@ -20,7 +20,8 @@ import random
|
||||
import re
|
||||
from functools import partial
|
||||
|
||||
from litellm import logging
|
||||
import logging
|
||||
|
||||
import numpy as np
|
||||
from PIL import Image
|
||||
|
||||
|
||||
Reference in New Issue
Block a user