PluginProbe
MxChat – AI Chatbot & Content Generation for WordPress / trunk
MxChat – AI Chatbot & Content Generation for WordPress vtrunk
3.2.21 3.2.20 3.2.19 3.2.18 3.2.17 3.2.16 3.2.15 3.2.14 3.2.12 3.2.13 3.2.11 3.2.10 3.2.9 3.2.8 3.2.7 3.2.6 3.2.5 3.2.4 3.2.3 3.2.2 3.2.1 2.0.3 2.0.4 2.0.5 2.0.6 All 152 releases
← All changes | css/admin-testing-tab.css +24 -0 3.2.4trunk View file →
@@ -696,4 +696,28 @@
696 696 height: 500px !important;
697 697 max-height: 500px !important;
698 698 }
699 699 }
700 +
701 +/* Hybrid retrieval matched-via chips (38ffa1): Vector / Keyword / Both */
702 +.mxch-testing-results .mxch-rag-via-chip {
703 + font-size: 11px;
704 + font-weight: 500;
705 + padding: 2px 8px;
706 + border-radius: 10px;
707 + white-space: nowrap;
708 +}
709 +
710 +.mxch-testing-results .mxch-rag-via-vector {
711 + background: rgba(120, 115, 245, 0.1);
712 + color: #7873f5;
713 +}
714 +
715 +.mxch-testing-results .mxch-rag-via-keyword {
716 + background: rgba(16, 185, 129, 0.12);
717 + color: #059669;
718 +}
719 +
720 +.mxch-testing-results .mxch-rag-via-both {
721 + background: rgba(245, 158, 11, 0.12);
722 + color: #b45309;
723 +}