-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Question Validation
- I have searched both the documentation and discord for an answer.
Question
How to call rag in the agent
Using this has no effect
budget_tool = QueryEngineTool.from_defaults(
query_engine=query_engine,
name="rag",
description="rag",
)
workflow = AgentWorkflow.from_tools_or_functions(
[budget_tool, weather],
llm=llm,
system_prompt="For unknown questions, the rag tool must be used to answer them",
verbose=True
)
reference https://github.com/run-llama/python-agents-tutorial/blob/main/1_basic_agent.py
I need help
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested