Dmitry Lukyanov
Dmitry Lukyanov
Waiting for EG before being ready for review
### Type of issue Missing information ### Description I wonder whether any naming rules are considered for primary constructors? `public class Entity(Dependency dependency)` vs `public class Entity(Dependency _dependency)` ? (refer...
### What happened? I have an error when I'm running request to chromadb from semantic kernel in .NET with docker compose. NOTE: the request without container configured if I spawn...
**Describe the bug** Recently Chroma 1.0 drops support for v1 API **To Reproduce** Just configure chroma db with latest chroma docker image. Observe `400` or `405` http response from chroma...
I use git `filter-repo` (simple `--path` fitlers) to filter and transfer files from one git repo into another. Previously it worked fine, but now I see `lfs` related issues, when...