aigc-apps / PAI-RAG

An easy-to-use framework for modular RAG
275 stars 38 forks source link

feat: enable Gradio page to share state between tabs #48

Closed moria97 closed 3 months ago

moria97 commented 3 months ago

When we configured the RAG settings from Gradio page, the RAG service have been updated but the page settings will keep the same if open in new tab or refresh the page. Here we implement dynamic components to keep update with the backend server settings.

Ref: Gradio Issue #3106

github-actions[bot] commented 3 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
2461 1470 60% 50% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 237901e by action🐍