Knowledge
Text Knowledge Base
TextKnowledge is a knowledge base class that allows you to load and query data from text files.
Was this page helpful?
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
You are viewing v1 docs. For the latest documentation, visit docs.agno.com
| Parameter | Type | Default | Description |
|---|---|---|---|
path | Union[str, Path] | Required | Path to the text file |
reader | TextReader | TextReader() | Reader to read text documents |
Was this page helpful?