Mauricio Scheffer
Mauricio Scheffer
hi @penguine-ip , I didn't post this in Discord.
Using Open WebUI would be an alternative: https://github.com/block/goose/issues/1166
I stepped through the kubedock code when called from testcontainers.net I inspected the raw request contents and noticed that the mounts are defined in HostConfig.Mounts but the kubedock struct for...
Nice! I'll give it a try in a few days, thanks!
It would be good to use the same value consistently throughout your code to avoid confusion.
Hi, have you seen https://github.com/SolrNet/SolrNet/issues/444 and https://github.com/SolrNet/SolrNet/issues/362 ? If that doesn't work can you share some code?
IIRC the last registration becomes the default with MS DI so you could register your custom IReadOnlyMappingManager after calling AddSolrNet()
Ugh super late reply but nowadays we can ask ChatGPT: https://chatgpt.com/share/67eaf84c-3214-8009-98f2-a1992bfbaac5 🙂 that should make for a decent starting point at least
Thanks for the PR! Don't worry about the failing build, it's some issue with permissions in github actions. The PR title (and issue) says 'SolrNet ignores return field "Facets". But...
> https://github.com/hannesj/mcp-graphql-schema > https://github.com/blurrah/mcp-graphql These seem pretty limited, i.e. they just expose generic tools to invoke/introspect. I think a better way to do it would be exposing every query/mutation as...