You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/basic/frameworks/haystack_deep_research_agent/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ limitations under the License.
17
17
18
18
# Haystack Deep Research Agent
19
19
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 RetrievalAugmented Generation (RAG) capabilities using the NeMo-Agent-Toolkit.
21
21
22
22
## Overview
23
23
@@ -158,16 +158,16 @@ You can customize the workflow by:
158
158
3. **No Documents Found**: Check that PDF files are placed in the data directory and the path is correct
159
159
4. **Web Search Fails**: Verify your SerperDev API key is valid and has remaining quota
160
160
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.
162
162
163
163
## Architecture Details
164
164
165
-
The workflow demonstrates several key AIQ patterns:
165
+
The workflow demonstrates several key NeMo-Agent-Toolkit patterns:
166
166
167
167
- **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
170
170
- **Error Handling**: Robust error handling with fallback behaviors
171
171
- **Async Operations**: All operations are asynchronous for better performance
172
172
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