Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only url.QueryEscape() username and password (#1537)
## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - Only call `url.QueryEscape` on `username` and `password`. At present we format out the `=` and other characters in the string so the connection doesn't work. ## Test plan *How are these changes tested?* - [ ] Built and ran locally ## 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