mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Fix logs. Use dict.pop instead of del. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -9,7 +9,7 @@ import logging
|
||||
import numbers
|
||||
import re
|
||||
import traceback
|
||||
from typing import Any, Callable
|
||||
from typing import Any, Callable, Mapping
|
||||
from dataclasses import dataclass
|
||||
import tiktoken
|
||||
from graphrag.graph_prompt import GRAPH_EXTRACTION_PROMPT, CONTINUE_PROMPT, LOOP_PROMPT
|
||||
|
||||
Reference in New Issue
Block a user