mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-19 20:24:32 +02:00
Slight copy update (#2322)
This commit is contained in:
@@ -928,9 +928,9 @@ export function AssistantEditor({
|
||||
<TextFormField
|
||||
small={true}
|
||||
name="num_chunks"
|
||||
label="Number of Chunks"
|
||||
tooltip="How many chunks to feed the LLM"
|
||||
placeholder="Defaults to 10 chunks."
|
||||
label="Number of Context Documents"
|
||||
tooltip="How many of the top matching document sections to feed the LLM for context when generating a response"
|
||||
placeholder="Defaults to 10"
|
||||
onChange={(e) => {
|
||||
const value = e.target.value;
|
||||
if (
|
||||
|
@@ -66,7 +66,7 @@ const SlackBotConfigsTable = ({
|
||||
<TableHead>
|
||||
<TableRow>
|
||||
<TableHeaderCell>Channels</TableHeaderCell>
|
||||
<TableHeaderCell>Persona</TableHeaderCell>
|
||||
<TableHeaderCell>Assistant</TableHeaderCell>
|
||||
<TableHeaderCell>Document Sets</TableHeaderCell>
|
||||
<TableHeaderCell>Delete</TableHeaderCell>
|
||||
</TableRow>
|
||||
|
Reference in New Issue
Block a user