Jeff Huber
Jeff Huber
@SimFG we could so something like this user proposed (and was merged) for langchain - https://github.com/hwchase17/langchain/pull/7891?
@SimFG added backwards compatibility, can you retrigger the tests?
As far as I can tell - this is a different base OS issue. We use `python:3.10-slim-bookworm` to back our Docker images that run tests, I'm not sure if GPTCache...
@sunilkumardash9 can you address these couple comments? thanks!
@sunilkumardash9 catching back up here - is there interest in getting this out? would love to help as well. just let me know!
Rules have been relaxed https://github.com/chroma-core/chroma/blob/c3b397dfc469807b2fb77c579c8c5890b707dcc2/chromadb/api/local.py#L35
@totalhack do you mean in the `requirements.txt`?
We are working on a large refactor to remove clickhouse entirely, https://github.com/chroma-core/chroma/pull/214, and make the backend horizontally scalable and serverless. To confirm, you want to use in-memory chroma, but want...
@totalhack we have this now! https://pypi.org/project/chromadb-client/
@tezer this should definitely be handled more elegantly. as a workaround, i wonder if doing html encoding, eg `%27` for `'` would solve the issue?