diff --git a/backend/alembic/versions/dbaa756c2ccf_embedding_models.py b/backend/alembic/versions/dbaa756c2ccf_embedding_models.py index 592614176ca1..c7b6fd58db1b 100644 --- a/backend/alembic/versions/dbaa756c2ccf_embedding_models.py +++ b/backend/alembic/versions/dbaa756c2ccf_embedding_models.py @@ -109,5 +109,4 @@ def downgrade() -> None: ) op.drop_column("index_attempt", "embedding_model_id") op.drop_table("embedding_model") - op.drop_index("ix_embedding_model_present_unique", table_name="embedding_model") - op.drop_index("ix_embedding_model_future_unique", table_name="embedding_model") + op.execute("DROP TYPE indexmodelstatus;") diff --git a/web/src/app/admin/bot/page.tsx b/web/src/app/admin/bot/page.tsx index 257153735ad3..d6816ce28cc7 100644 --- a/web/src/app/admin/bot/page.tsx +++ b/web/src/app/admin/bot/page.tsx @@ -2,7 +2,12 @@ import { ThreeDotsLoader } from "@/components/Loading"; import { PageSelector } from "@/components/PageSelector"; -import { CPUIcon, EditIcon, TrashIcon } from "@/components/icons/icons"; +import { + CPUIcon, + EditIcon, + SlackIcon, + TrashIcon, +} from "@/components/icons/icons"; import { SlackBotConfig } from "@/lib/types"; import { useState } from "react"; import { useSlackBotConfigs, useSlackBotTokens } from "./hooks"; @@ -21,7 +26,12 @@ import { Text, Title, } from "@tremor/react"; -import { FiArrowUpRight, FiChevronDown, FiChevronUp } from "react-icons/fi"; +import { + FiArrowUpRight, + FiChevronDown, + FiChevronUp, + FiSlack, +} from "react-icons/fi"; import Link from "next/link"; import { InstantSSRAutoRefresh } from "@/components/SSRAutoRefresh"; @@ -283,7 +293,7 @@ const Page = () => { return (
+
Danswer is the AI-powered search engine for your organization's internal knowledge. Whenever you need to find any piece of internal information, Danswer is there to help!
-- To get started, the first step is to configure some{" "} - connectors. Connectors are the way that Danswer gets data - from your organization's various data sources. Once setup, - we'll automatically sync data from your apps and docs into - Danswer, so you can search all through all of them in one place. -