Skip to content

Commit

Permalink
[BUG] Add logservice config to query service (chroma-core#1900)
Browse files Browse the repository at this point in the history
## Description of changes

*Summarize the changes made by this PR.*
 - Improvements & Bug fixes
	 - Add log service config to query service.

## Test plan
*How are these changes tested?*

- [ ] Tests pass locally with `pytest` for python, `yarn test` for js,
`cargo test` for rust

## Documentation Changes
*Are all docstrings for user-facing APIs updated if required? Do we need
to make documentation changes in the [docs
repository](https://github.com/chroma-core/docs)?*
  • Loading branch information
beggers authored Mar 20, 2024
1 parent 9f16533 commit c04a31a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rust/worker/chroma_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ worker:
storage:
S3:
bucket: "chroma-storage"
log:
Grpc:
host: "logservice.chroma"
port: 50052

0 comments on commit c04a31a

Please sign in to comment.