> ## Documentation Index
> Fetch the complete documentation index at: https://docs.phidata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CSV KnowledgeBase

## CSVKnowledgeBase Params

| Parameter | Type               | Default       | Description                                                                                    |
| --------- | ------------------ | ------------- | ---------------------------------------------------------------------------------------------- |
| `path`    | `Union[str, Path]` | -             | Path to the CSV file                                                                           |
| `reader`  | `CSVReader`        | `CSVReader()` | A `CSVReader` that reads the CSV file and converts it into `Documents` for the vector database |

## AgentKnowledge Params

`CSVKnowledgeBase` is a subclass of the `AgentKnowledge` class and has access to the same params

<Snippet file="kb-base-reference.mdx" />
