Skip to content

Commit

Permalink
Mention non-optimized performance in README
Browse files Browse the repository at this point in the history
  • Loading branch information
philippgille committed Mar 10, 2024
1 parent acbe5d2 commit 0a07c76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Because `chromem-go` is embeddable it enables you to add retrieval augmented gen

The focus is not scale or number of features, but simplicity.

Performance has not been a priority yet. Without optimizations (except some parallelization with goroutines) querying 5,000 documents takes ~500ms on a mid-range laptop CPU (11th Gen Intel i5-1135G7, like in the first generation Framework Laptop 13).

> ⚠️ The project is in beta, under heavy construction, and may introduce breaking changes in releases before `v1.0.0`. All changes are documented in the [`CHANGELOG`](./CHANGELOG.md).
## Contents
Expand Down

0 comments on commit 0a07c76

Please sign in to comment.