mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-13 17:22:37 +02:00
add coming soon for rag api support
This commit is contained in:
parent
3ac8550765
commit
131edc90cf
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ export function AgentConfig({
|
|||
<div className="flex flex-col gap-4 items-start">
|
||||
<Label label="RAG (beta)" />
|
||||
{agent.ragDataSources && agent.ragDataSources.length > 0 && <div className="text-xs text-red-500">
|
||||
<sup>*</sup> RAG data sources are currently not supported in the API.
|
||||
<sup>*</sup> RAG data sources are currently not supported in the API. (coming soon)
|
||||
</div>}
|
||||
<List
|
||||
items={agent.ragDataSources?.map((source) => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue