Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ To ensure the stability and fairness in a multi-tenant environment, Chroma Cloud
Most quotas can be increased upon request. If your application requires higher limits, please [contact us](mailto:[email protected]).
{% /Banner %}




| **Quota** | **Value** |
| --- | --- |
| Maximum embedding dimensions | 3072 |
Expand All @@ -22,7 +19,7 @@ Most quotas can be increased upon request. If your application requires higher l
| Maximum number of metadata keys | 16 |
| Maximum number of where predicates | 8 |
| Maximum size of full text search or regex search | 256 |
| Maximum number of results returned | 100 |
| Maximum number of results returned | 300 |
| Maximum number of concurrent reads per collection | 5 |
| Maximum number of concurrent writes per collection | 5 |
| Maximum number of collections | 1,000,000 |
Expand Down
Loading