- If you want to change the key later, you'll be able to
- easily to do so in the Admin Panel.
-
- ) : (
- setApiKeyVerified(true)}
- providerOptions={providerOptions}
- />
- )}
-
-
- Step 2: Connect Data Sources
-
-
-
- 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 through all of them in one place.
-
-
-
-
-
- Step 2: Start Chatting!
-
-
-
- Click the button below to start chatting with the LLM setup above!
- Don't worry, if you do decide later on you want to connect
- your organization's knowledge, you can always do that in the{" "}
- {
- e.preventDefault();
- router.push("/admin/add-connector");
- }}
- >
- Admin Panel
-
- .
-
-
-
- );
- break;
- default:
- title = "🎉 Welcome to Danswer";
- body = (
- <>
-
- How are you planning on using Danswer?
-
-
-
- If you're looking to search through, chat with, or ask
- direct questions of your organization's knowledge, then
- this is the option for you!
-
- }
- callToAction="Get Started"
- onClick={() => setSelectedFlow("search")}
- />
-
-
- If you're looking for a pure ChatGPT-like experience, then
- this is the option for you!
-
- }
- callToAction="Get Started"
- onClick={() => {
- setSelectedFlow("chat");
- }}
- />
-
- {/* TODO: add a Slack option here */}
- {/*
- */}
- >
- );
- }
-
return (
-
-
{body}
+
+
+
+ Danswer brings all your company's knowledge to your fingertips,
+ ready to be accessed instantly.
+
+
+ To get started, we need to set up an API key for the Language Model
+ (LLM) provider. This key allows Danswer to interact with the AI model,
+ enabling intelligent responses to your queries.
+
+
+