From 600ebb64327a008611fc975874672a46bb97f618 Mon Sep 17 00:00:00 2001 From: pablonyx Date: Wed, 11 Dec 2024 08:31:14 -0800 Subject: [PATCH] remove doc sets (#3400) --- web/src/components/assistants/AssistantCards.tsx | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/web/src/components/assistants/AssistantCards.tsx b/web/src/components/assistants/AssistantCards.tsx index b704a486a..b4f9df7d3 100644 --- a/web/src/components/assistants/AssistantCards.tsx +++ b/web/src/components/assistants/AssistantCards.tsx @@ -67,19 +67,6 @@ export const AssistantCard = ({ - - {assistant.document_sets.length > 0 && ( -
- {assistant.document_sets.map((set) => ( - -
- - {set.name} -
-
- ))} -
- )} ); };