Skip to content

Commit 688109e

Browse files
committed
补充修改检视意见
1 parent 337c6b0 commit 688109e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

framework/fel/python/plugins/fel_llama_index_tools/llama_rag_basic_toolkit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from llama_index.core.selectors import LLMSingleSelector, LLMMultiSelector
1818
from llama_index.core.selectors.prompts import DEFAULT_SINGLE_SELECT_PROMPT_TMPL, DEFAULT_MULTI_SELECT_PROMPT_TMPL
1919
from llama_index.embeddings.openai import OpenAIEmbedding
20-
from llama_index.llms.openai import OpenAI # 新路径
20+
from llama_index.llms.openai import OpenAI
2121

2222
from .types.document import Document
2323
from .types.llm_rerank_options import LLMRerankOptions

0 commit comments

Comments
 (0)