Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Feb 4, 2025
1 parent 9834eae commit 431b9b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cookbook/examples/agents/deep_knowledge.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def initialize_knowledge_base():
),
)
# Load the knowledge base (comment out after first run)
agent_knowledge.load()
# agent_knowledge.load()
return agent_knowledge


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

0 comments on commit 431b9b5

Please sign in to comment.