ragflow/web/src/locales
Song Fuchang 6e7dd54a50
Feat: Support passing knowledge base id as variable in retrieval component (#7088)
### What problem does this PR solve?

Fix #6600

Hello, I have the same business requirement as #6600. My use case is: 

We have many departments (> 20 now and increasing), and each department
has its own knowledge base. Because the agent workflow is the same, so I
want to change the knowledge base on the fly, instead of creating agents
for every department.

It now looks like this:


![屏幕截图_20250416_212622](https://github.com/user-attachments/assets/5cb3dade-d4fb-4591-ade3-4b9c54387911)

Knowledge bases can be selected from the dropdown, and passed through
the variables in the table. All selected knowledge bases are used for
retrieval.

### 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):
2025-04-30 15:32:14 +08:00
..
config.ts Feat: Clarify the use of OpenAI-API-compatible #6782 (#6783) 2025-04-03 11:38:21 +08:00
de.ts DOC: Added a UI tip for document parsing (#7430) 2025-04-30 13:10:13 +08:00
en.ts Feat: Support passing knowledge base id as variable in retrieval component (#7088) 2025-04-30 15:32:14 +08:00
es.ts DOC: Added a UI tip for document parsing (#7430) 2025-04-30 13:10:13 +08:00
id.ts DOC: Added a UI tip for document parsing (#7430) 2025-04-30 13:10:13 +08:00
ja.ts DOC: Added a UI tip for document parsing (#7430) 2025-04-30 13:10:13 +08:00
pt-br.ts DOC: Added a UI tip for document parsing (#7430) 2025-04-30 13:10:13 +08:00
until.ts Theme switch support (#3568) 2024-12-10 11:42:04 +08:00
vi.ts DOC: Added a UI tip for document parsing (#7430) 2025-04-30 13:10:13 +08:00
zh-traditional.ts DOC: Added a UI tip for document parsing (#7430) 2025-04-30 13:10:13 +08:00
zh.ts Feat: Support passing knowledge base id as variable in retrieval component (#7088) 2025-04-30 15:32:14 +08:00