Skip to content

Commit 431b9b5

Browse files
committed
v1.0.6
1 parent 9834eae commit 431b9b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbook/examples/agents/deep_knowledge.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def initialize_knowledge_base():
4141
),
4242
)
4343
# Load the knowledge base (comment out after first run)
44-
agent_knowledge.load()
44+
# agent_knowledge.load()
4545
return agent_knowledge
4646

4747

@@ -120,6 +120,7 @@ def get_example_topics() -> List[str]:
120120
return [
121121
"What are AI agents and how do they work in Agno?",
122122
"What chunking strategies does Agno support for text processing?",
123+
"How can I implement custom tools in Agno?",
123124
"How does knowledge retrieval work in Agno?",
124125
"What types of embeddings does Agno support?",
125126
]

0 commit comments

Comments
 (0)