Skip to content

Commit 3cd2913

Browse files
Copilothustcc
andcommitted
Simplify Architecture section to only include Data Flow diagram
Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com>
1 parent 6acda50 commit 3cd2913

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -52,29 +52,6 @@ ava.dispose();
5252

5353
## 🏗️ Architecture
5454

55-
### Core Modules
56-
57-
#### 1. Data Module
58-
- Multiple data source support:
59-
- **CSV**: File loading with automatic parsing
60-
- **JSON Object**: Direct in-memory data input
61-
- **URL**: Fetch data from remote endpoints with optional transformation
62-
- **Text**: LLM-powered extraction of structured data from unstructured text
63-
- Type inference (number, string, date, boolean)
64-
- Metadata extraction (unique counts, null counts, samples)
65-
- Smart data size detection
66-
67-
#### 2. Analysis Module
68-
- **Small datasets (<10KB)**: JavaScript helper functions for in-memory analysis
69-
- **Large datasets (≥10KB)**: Automatic SQLite storage for efficient querying
70-
- Natural language to code/SQL generation using LLM
71-
- Safe code execution environment
72-
73-
#### 3. Visualize Module (Coming Soon)
74-
- AI-powered chart recommendations
75-
- Automatic spec generation
76-
- Integration with visualization libraries
77-
7855
### Data Flow
7956

8057
```

0 commit comments

Comments
 (0)