Skip to content

Commit 5750e5a

Browse files
authored
Update README.md
Signed-off-by: oryx1729 <[email protected]>
1 parent 2c0dc66 commit 5750e5a

File tree

1 file changed

+6
-6
lines changed
  • examples/basic/frameworks/haystack_deep_research_agent

1 file changed

+6
-6
lines changed

examples/basic/frameworks/haystack_deep_research_agent/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717

1818
# Haystack Deep Research Agent
1919

20-
This example demonstrates how to build a comprehensive research agent using Haystack AI that combines web search and Retrieval-Augmented Generation (RAG) capabilities within the AIQ toolkit framework.
20+
This example demonstrates how to build a deep research agent using Haystack framework that combines web search and Retrieval Augmented Generation (RAG) capabilities using the NeMo-Agent-Toolkit.
2121

2222
## Overview
2323

@@ -158,16 +158,16 @@ You can customize the workflow by:
158158
3. **No Documents Found**: Check that PDF files are placed in the data directory and the path is correct
159159
4. **Web Search Fails**: Verify your SerperDev API key is valid and has remaining quota
160160
161-
**Logs**: Check the AIQ logs for detailed error information and debugging.
161+
**Logs**: Check the NeMo-Agent-Toolkit logs for detailed error information and debugging.
162162
163163
## Architecture Details
164164
165-
The workflow demonstrates several key AIQ patterns:
165+
The workflow demonstrates several key NeMo-Agent-Toolkit patterns:
166166
167167
- **Function Registration**: Each tool is registered as a function with its own configuration
168-
- **Builder Pattern**: The AIQ Builder is used to create and manage tools and LLMs
169-
- **Component Integration**: Haystack components are wrapped as AIQ functions
168+
- **Builder Pattern**: The NeMo-Agent-Toolkit Builder is used to create and manage tools and LLMs
169+
- **Component Integration**: Haystack components are wrapped as NeMo-Agent-Toolkit functions
170170
- **Error Handling**: Robust error handling with fallback behaviors
171171
- **Async Operations**: All operations are asynchronous for better performance
172172
173-
This example showcases how different AI frameworks (Haystack) can be seamlessly integrated into AIQ workflows while maintaining the flexibility and power of the underlying frameworks.
173+
This example showcases how the Haystack AI framework can be seamlessly integrated into NeMo-Agent-Toolkit workflows while maintaining the flexibility and power of the underlying architecture.

0 commit comments

Comments
 (0)