You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ENH] Add eventual consistency to the frontend (#5946)
## Description of changes
_Summarize the changes made by this PR._
- Improvements & Bug fixes
- ...
- New functionality
- Adds read level enum to the frontend APIs and propagates it through to
query nodes
- Note js client tests are failing as they require committing generated
files, this will occur in the top of the stack where client changes are
addressed.
## Test plan
Will be handled by e2e tests at top of stack
- [x] Tests pass locally with `pytest` for python, `yarn test` for js,
`cargo test` for rust
## Migration plan
IndexAndWal will be the default everywhere
## Observability plan
_What is the plan to instrument and monitor this change?_
## Documentation Changes
_Are all docstrings for user-facing APIs updated if required? Do we need
to make documentation changes in the [docs
section](https://github.com/chroma-core/chroma/tree/main/docs/docs.trychroma.com)?_
0 commit comments