Ido Ophir
Ido Ophir
good idea, will add this field. I will look at the structure of the k8 yaml files to see what idea can apply here On Fri, May 5, 2023 at...
for me even I think this set of 2 is the core of the issue **chromadb==0.3.26 pydantic==1.10.9** ( as well as typing-inspect==0.8.0 typing_extensions==4.6.3 )
Try setting all 4 libs I mentioned Hope it will resolve for you.
I tried many node js versions and started to change the package.json (mainly to use dart sass since node sass is deprecated, and the version of "@fortawesome/react-fontawesome") The Nodejs version...
thanks, it is working now. I downloaded my first version from your site...so you probably need to update the link there... BTW it does not look as in the readme....
@danny-avila I understand your concerns regarding the potential performance impact of adding automatic filename and line number logging. However, I believe the benefits of this feature could significantly outweigh the...
One more comment, I wasted a lot of time on the bug I fixed, and I found it really annoying to work with logs and debug the application, add to...
Cool, let's ensure we're on the same page. I'll restate the points for clarity—please confirm or correct them: ### Requirements: #### General: - Aim for detailed logging to assist developers...
I have a fix for this (+ test), will create PR
> Can I split AIConfig in two, not required for functionality but for modularity and clarty of the code. ** AIConfigList / AIConfigLoader (that contains a list of AIConfig) **...