mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 17:13:15 +00:00
auto-rag
Need vectorstores testing for all except faiss
This commit is contained in:
3224
frontend/package-lock.json
generated
3224
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -36,7 +36,7 @@ export default function General() {
|
||||
{ label: '繁體中文(臺灣)', value: 'zhTW' },
|
||||
{ label: 'Русский', value: 'ru' },
|
||||
];
|
||||
const chunks = ['0', '2', '4', '6', '8', '10'];
|
||||
const chunks = ['Auto', '0', '2', '4', '6', '8', '10'];
|
||||
const token_limits = new Map([
|
||||
[0, t('settings.general.none')],
|
||||
[100, t('settings.general.low')],
|
||||
|
||||
Reference in New Issue
Block a user