-
Notifications
You must be signed in to change notification settings - Fork 216
[NeuralChat] Support language detection & translation for RAG chat #1361
Conversation
Signed-off-by: LetongHan <letong.han@intel.com>
⚡ Required checks status: All passing 🟢Groups summary🟢 Format Scan Tests workflow
These checks are required after the changes to 🟢 NeuralChat Unit Test
These checks are required after the changes to 🟢 Chat Bot Test workflow
These checks are required after the changes to Thank you for your contribution! 💜
|
for more information, see https://pre-commit.ci
Signed-off-by: LetongHan <letong.han@intel.com>
for more information, see https://pre-commit.ci
Signed-off-by: LetongHan <letong.han@intel.com>
for more information, see https://pre-commit.ci
Signed-off-by: LetongHan <letong.han@intel.com>
Signed-off-by: LetongHan <letong.han@intel.com>
Signed-off-by: LetongHan <letong.han@intel.com>
Signed-off-by: LetongHan <letong.han@intel.com>
Signed-off-by: LetongHan <letong.han@intel.com>
Type of Change
feature
API parameters change for /v1/askdoc/chat.
API added: /v1/askdoc/translate
Description
Support language detection & translation for RAG chat.
Add new translate API for Askdoc.
JIRA ticket: https://jira.devtools.intel.com/browse/NLPTOOLKIU-1285
Expected Behavior & Potential Risk
API /v1/askdoc/chat will be able to detect and translate language automatically.
How has this PR been tested?
Local tested on SPR.
Integrate tested with frontend.
Dependency Change?
None.