feat: Configurable for excel, html table or row based text #2516 (#2538)

### What problem does this PR solve?

feat: Configurable for excel, html table or row based text #2516

### Type of change

- [ ] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
- [ ] Documentation Update
- [ ] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):
This commit is contained in:
balibabu
2024-09-23 14:58:51 +08:00
committed by GitHub
parent db1be22a2f
commit dd019e7ba1
6 changed files with 32 additions and 0 deletions

View File

@@ -150,6 +150,8 @@ export default {
topK: 'Top-K',
topKTip: `K chunks will be fed into rerank models.`,
delimiter: `Delimiter`,
html4excel: 'Excel to HTML',
html4excelTip: `Excel will be parsed into HTML table or not. If it's FALSE, every row in Excel will be formed as a chunk.`,
},
knowledgeConfiguration: {
titleDescription: