Skip to content

Conversation

go-noah
Copy link
Member

@go-noah go-noah commented Jul 12, 2025

No description provided.

@go-noah
Copy link
Member Author

go-noah commented Jul 12, 2025

Here's the calculation formatted appropriately for a GitHub issue comment:

Storage Size Calculation

Dimension per vector: 1000

Bytes per float: 4 bytes

Number of vectors: 10,000,000 (10 million)

Calculation steps:
Size per vector:

python
Copy
Edit
1000 dimensions × 4 bytes = 4000 bytes
Total size for all vectors:

python
Copy
Edit
10,000,000 vectors × 4000 bytes = 40,000,000,000 bytes
Convert bytes to GB:

python
Copy
Edit
40,000,000,000 bytes ÷ (1024^3 bytes per GB) ≈ 37.25 GB
✅ Result:
Approx. 37.25 GB required for storing 10 million vectors of 1000 dimensions each.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant