mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 03:15:06 +08:00
* 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>
Debug LangBot Frontend
Please refer to the Development Guide for more information.