Spaces:
Running
Running
Commit ·
8b5b25e
1
Parent(s): 2c3d069
style(info): use cleaner metrics and bulleted domain explanations in info modal
Browse files- frontend-next/app/page.tsx +11 -2
frontend-next/app/page.tsx
CHANGED
|
@@ -628,8 +628,17 @@ export default function App() {
|
|
| 628 |
<p style={{ fontSize: "0.95rem", lineHeight: 1.7, marginBottom: "16px", color: 'var(--text-muted)' }}>ResearchPilot is a high-performance RAG engine tailored for Machine Learning literature. It features hybrid sparse-dense searching, advanced cross-encoder reranking, and GPU-driven vector indexing via Qdrant.</p>
|
| 629 |
<h3><Activity size={18} style={{ display: 'inline', verticalAlign: 'middle', marginRight: '8px' }} /> Current Operational Capacity</h3>
|
| 630 |
<ul style={{ fontSize: "0.95rem", lineHeight: 1.7, color: 'var(--text-muted)', paddingLeft: '20px' }}>
|
| 631 |
-
<li style={{ marginBottom: '
|
| 632 |
-
<li><strong>Data Categories</strong> Comprehensive coverage across
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 633 |
</ul>
|
| 634 |
<h3><Layers size={18} style={{ display: 'inline', verticalAlign: 'middle', marginRight: '8px' }} /> Core Technology Stack</h3>
|
| 635 |
<ul style={{ fontSize: "0.95rem", lineHeight: 1.7, color: 'var(--text-muted)', paddingLeft: '20px' }}>
|
|
|
|
| 628 |
<p style={{ fontSize: "0.95rem", lineHeight: 1.7, marginBottom: "16px", color: 'var(--text-muted)' }}>ResearchPilot is a high-performance RAG engine tailored for Machine Learning literature. It features hybrid sparse-dense searching, advanced cross-encoder reranking, and GPU-driven vector indexing via Qdrant.</p>
|
| 629 |
<h3><Activity size={18} style={{ display: 'inline', verticalAlign: 'middle', marginRight: '8px' }} /> Current Operational Capacity</h3>
|
| 630 |
<ul style={{ fontSize: "0.95rem", lineHeight: 1.7, color: 'var(--text-muted)', paddingLeft: '20px' }}>
|
| 631 |
+
<li style={{ marginBottom: '12px' }}><strong>Current Index</strong> Synthesizing 300k+ semantic chunks isolated from 3,500+ premium AI & ML research papers.</li>
|
| 632 |
+
<li><strong>Data Categories</strong> Comprehensive coverage across specialized domains:
|
| 633 |
+
<ul style={{ paddingLeft: '20px', marginTop: '8px', fontSize: '0.9rem' }}>
|
| 634 |
+
<li><strong>cs.LG</strong>: Machine Learning</li>
|
| 635 |
+
<li><strong>cs.AI</strong>: Artificial Intelligence</li>
|
| 636 |
+
<li><strong>stat.ML</strong>: Machine Learning (Statistics)</li>
|
| 637 |
+
<li><strong>cs.CL</strong>: Computation and Language (NLP)</li>
|
| 638 |
+
<li><strong>cs.CV</strong>: Computer Vision & Pattern Recognition</li>
|
| 639 |
+
<li><strong>cs.RO</strong>: Robotics</li>
|
| 640 |
+
</ul>
|
| 641 |
+
</li>
|
| 642 |
</ul>
|
| 643 |
<h3><Layers size={18} style={{ display: 'inline', verticalAlign: 'middle', marginRight: '8px' }} /> Core Technology Stack</h3>
|
| 644 |
<ul style={{ fontSize: "0.95rem", lineHeight: 1.7, color: 'var(--text-muted)', paddingLeft: '20px' }}>
|