Skip to content

Commit 62c7928

Browse files
committed
docs(README): remove width attributes from image tags
Remove explicit width attributes from all image tags in README.md to allow responsive sizing and better adapt to different screen sizes and containers.
1 parent 281fd5b commit 62c7928

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
<img src="https://raw.githubusercontent.com/vectorlessflow/vectorless/main/docs/design/logo-horizontal.svg" alt="Vectorless" width="400">
3+
<img src="https://raw.githubusercontent.com/vectorlessflow/vectorless/main/docs/design/logo-horizontal.svg" alt="Vectorless">
44

55
[![PyPI](https://img.shields.io/pypi/v/vectorless.svg)](https://pypi.org/project/vectorless/)
66
[![Python](https://img.shields.io/pypi/pyversions/vectorless.svg)](https://pypi.org/project/vectorless/)
@@ -25,7 +25,7 @@ Instead of chunking documents into vectors, Vectorless preserves the document's
2525

2626
## How It Works
2727

28-
<img src="https://raw.githubusercontent.com/vectorlessflow/vectorless/main/docs/design/how-it-works.svg" alt="How it works" width="600">
28+
<img src="https://raw.githubusercontent.com/vectorlessflow/vectorless/main/docs/design/how-it-works.svg" alt="How it works">
2929

3030
### 1. Index: Build a Navigable Tree
3131

@@ -51,7 +51,7 @@ When you ask "How do I reset the device?":
5151

5252
## Traditional RAG vs Vectorless
5353

54-
<img src="https://raw.githubusercontent.com/vectorlessflow/vectorless/main/docs/design/comparison.svg" alt="Traditional RAG vs Vectorless" width="600">
54+
<img src="https://raw.githubusercontent.com/vectorlessflow/vectorless/main/docs/design/comparison.svg" alt="Traditional RAG vs Vectorless">
5555

5656
| Aspect | Traditional RAG | Vectorless |
5757
|--------|----------------|------------|
@@ -166,7 +166,7 @@ async fn main() -> vectorless::Result<()> {
166166

167167
## Architecture
168168

169-
<img src="https://raw.githubusercontent.com/vectorlessflow/vectorless/main/docs/design/architecture.svg" alt="Architecture" width="600">
169+
<img src="https://raw.githubusercontent.com/vectorlessflow/vectorless/main/docs/design/architecture.svg" alt="Architecture">
170170

171171
### Core Components
172172

0 commit comments

Comments
 (0)