# llamaindex_frontend **Repository Path**: zhang_renyang/llamaindex_frontend ## Basic Information - **Project Name**: llamaindex_frontend - **Description**: llamaindex_frontend - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-03 - **Last Updated**: 2025-08-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 1.初始化项目 ```js npm create vite@latest ``` ## 2.安装依赖 ```bash npm install react-spinners --save ``` ## 3. 绘制布局 ### 3.1. DocumentTools.tsx src/components/DocumentTools.tsx ```tsx import React from 'react'; import DocumentUploader from './DocumentUploader'; import DocumentViewer from './DocumentViewer'; const DocumentTools: React.FC = () => { return (
Upload your first document!
You will see the title and content here
{id}
+{text}
+My Documents
+Upload your first document!
You will see the title and content here
{nodeTitle}
{nodeText}
Similarity={source.similarity}, start={source.start}, end={source.end}