We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337c6b0 commit 688109eCopy full SHA for 688109e
1 file changed
framework/fel/python/plugins/fel_llama_index_tools/llama_rag_basic_toolkit.py
@@ -17,7 +17,7 @@
17
from llama_index.core.selectors import LLMSingleSelector, LLMMultiSelector
18
from llama_index.core.selectors.prompts import DEFAULT_SINGLE_SELECT_PROMPT_TMPL, DEFAULT_MULTI_SELECT_PROMPT_TMPL
19
from llama_index.embeddings.openai import OpenAIEmbedding
20
-from llama_index.llms.openai import OpenAI # 新路径
+from llama_index.llms.openai import OpenAI
21
22
from .types.document import Document
23
from .types.llm_rerank_options import LLMRerankOptions
0 commit comments