Files
LangBot/web
Copilot 524c56a12b feat(web): add hover card to embedding model selector in knowledge base form (#1772)
* Initial plan

* feat: Add hover card with model details to embedding model selector in KB form

- Updated KBForm.tsx to fetch full EmbeddingModel objects instead of simplified entities
- Added HoverCard component to show model details (icon, description, base URL, extra args) when hovering over embedding model options
- Removed unused IEmbeddingModelEntity import and embeddingModelNameList state
- Made the embedding model selector consistent with LLM model selector behavior

Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com>
2025-11-11 17:52:30 +08:00
..
2025-04-28 21:41:03 +08:00
2025-07-26 19:45:38 +08:00
2025-07-26 19:45:38 +08:00
2025-05-10 17:16:57 +08:00
2025-05-10 17:16:57 +08:00
2025-05-07 18:06:44 +08:00
2025-09-30 00:21:13 +08:00
2025-05-10 17:16:57 +08:00
2025-04-28 21:41:03 +08:00

Debug LangBot Frontend

Please refer to the Development Guide for more information.