delete new or error records UI done

This commit is contained in:
sumedh
2024-08-14 20:07:32 +05:30
parent 276e4484ae
commit d93e0546f3
2 changed files with 6 additions and 7 deletions

View File

@@ -67,10 +67,10 @@ const formData = ref({
branch: '',
commitId: '',
repoPath: '',
defaultChunkSize: 6000,
defaultChunkSize: 1988,
minChunkSize: 200,
maxNumberOfChunks: 1000,
minChunkSizeToEmbed: 100
maxNumberOfChunks: 1988,
minChunkSizeToEmbed: 20
});
const submitForm = async () => {