Michael Mior

Results 156 comments of Michael Mior

I'll take a closer look, but it seems like all that work is to identify foreign keys and no information is actually saved. However, it does at least mean that...

@apavlo That's a new fact for me :) I was just interested in seeing data continue to be updated as I'm thinking of using some of it for a project....

This would be really helpful. The docs mention native Hugging Face integration but the only example is OpenAI.

Actually, I dug deeper and it looks like [there is an example](https://github.com/guardrails-ai/guardrails/blob/4fb20f721285cf34a985e85f828d0960f563c7c0/docs/llm_api_wrappers.md?plain=1#L103) it's just not particularly discoverable.

Here's a full transcript of my session. ``` $ CC=clang CXX=clang++ cmake --preset release Preset CMake variables: CMAKE_BUILD_TYPE="Release" CMAKE_COMPILE_WARNING_AS_ERROR:BOOL="TRUE" -- The CXX compiler identification is Clang 18.0.0 -- Detecting CXX...

I'll note that a good portion of the tests fail on my machine as well. ``` Test project /home/mmior/apps/jsonbinpack/build Start 1: Bundle.can_add_a_rule 1/520 Test #1: Bundle.can_add_a_rule ......................................................... Passed 0.00 sec...

@jviotti Good question! I tried building RapidJSON and all the tests passed without issue. Although I wasn't able to use the same version of Clang due to some deprecation warnings...

I'll note that if I pass invalid JSON, I get a parsing error as expected. The unknown error only seems to happen with syntactically valid schemas.

Also, you're correct that I'm using Clang 18. Running Ubuntu 22.04. FWIW, I've tried both the debug and release presets as well as no presets at all with the same...

@jviotti Unfortunately my machine is out of service for the rest of the day, but I'll try working through that list as soon as I can. I'd be happy to...