mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-15 02:50:10 +01:00
Update index.jsx (#1794)
Max. number of context snippets increased from 12 to 200. TODO: May remove restraint entirely
This commit is contained in:
parent
245d1b878e
commit
b105c6c969
@ -18,7 +18,7 @@ export default function MaxContextSnippets({ workspace, setHasChanges }) {
|
|||||||
name="topN"
|
name="topN"
|
||||||
type="number"
|
type="number"
|
||||||
min={1}
|
min={1}
|
||||||
max={12}
|
max={200}
|
||||||
step={1}
|
step={1}
|
||||||
onWheel={(e) => e.target.blur()}
|
onWheel={(e) => e.target.blur()}
|
||||||
defaultValue={workspace?.topN ?? 4}
|
defaultValue={workspace?.topN ?? 4}
|
||||||
|
Loading…
Reference in New Issue
Block a user