Skip to content

Commit c9c98c2

Browse files
committed
docs: restructure README - Installation first, then Architecture
- Moved Installation section to top (right after intro) - Installation comes before Architecture for quick access - Developers can install first, understand architecture later - Removed duplicate Installation section - Better developer experience for quick starts
1 parent b08f0dc commit c9c98c2

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

README.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55
**Dual-mode architecture: Embedded (FFI) + Server (gRPC/IPC)**
66
Choose the deployment mode that fits your needs.
77

8+
---
9+
10+
## Installation
11+
12+
```bash
13+
pip install sochdb
14+
```
15+
16+
Or from source:
17+
```bash
18+
cd sochdb-python-sdk
19+
pip install -e .
20+
```
21+
22+
---
23+
824
## Architecture: Flexible Deployment
925

1026
```
@@ -347,18 +363,6 @@ tx.commit() # Single fsync for entire batch
347363

348364
---
349365

350-
## Installation
351-
352-
```bash
353-
pip install sochdb
354-
```
355-
356-
Or from source:
357-
```bash
358-
cd sochdb-python-sdk
359-
pip install -e .
360-
```
361-
362366
# SochDB Python SDK Documentation
363367

364368
LLM-Optimized Embedded Database with Native Vector Search

0 commit comments

Comments
 (0)