| @@ -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 | +} | |