Added a description of the Categorize agent component (#4428)

### What problem does this PR solve?


### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2025-01-09 18:10:18 +08:00
committed by GitHub
parent c5da3cdd97
commit dac54ded96
4 changed files with 116 additions and 5 deletions

View File

@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 4
slug: /retrieval_component
---
@ -59,7 +59,7 @@ Using a rerank model will *significantly* increase the system's response time.
You are required to select the knowledge base(s) to retrieve data from.
:::danger IMPORTANT
If you select multiple knowledge bases must ensure that the knowledge bases (datasets) you select use the same embedding model; otherwise, an error message would occur.
If you select multiple knowledge bases, you must ensure that the knowledge bases (datasets) you select use the same embedding model; otherwise, an error message would occur.
:::