This commit is contained in:
hagen-danswer
2024-06-10 09:44:20 -07:00
parent be5dd3eefb
commit 73575f22d8

View File

@ -73,9 +73,9 @@ const MainSection = () => {
return ( return (
<> <>
<Text> <Text>
The Teams connector allows you to index and search through your The Teams connector allows you to index and search through your Teams
Teams channels. Once setup, all messages from the channels contained channels. Once setup, all messages from the channels contained in the
in the specified teams will be queryable within Danswer. specified teams will be queryable within Danswer.
</Text> </Text>
<Title className="mb-2 mt-6 ml-auto mr-auto"> <Title className="mb-2 mt-6 ml-auto mr-auto">
@ -165,8 +165,8 @@ const MainSection = () => {
{teamsConnectorIndexingStatuses.length > 0 && ( {teamsConnectorIndexingStatuses.length > 0 && (
<> <>
<Text className="mb-2"> <Text className="mb-2">
The latest messages from the specified teams are The latest messages from the specified teams are fetched every 10
fetched every 10 minutes. minutes.
</Text> </Text>
<div className="mb-2"> <div className="mb-2">
<ConnectorsTable<TeamsConfig, TeamsCredentialJson> <ConnectorsTable<TeamsConfig, TeamsCredentialJson>
@ -241,8 +241,8 @@ const MainSection = () => {
) : ( ) : (
<Text> <Text>
Please provide all Azure info in Step 1 first! Once you&apos;re done Please provide all Azure info in Step 1 first! Once you&apos;re done
with that, you can then specify which teams you want to with that, you can then specify which teams you want to make
make searchable. searchable.
</Text> </Text>
)} )}
</> </>