Arthur Brenno
Arthur Brenno
I've been using unstructured for a while in a 100% cpu machine. I've noticed a lot of nvidia files (+2gb) in my venv folder coming from PyTorch (possible one of...
### Question Hi. How can I create a class that is a msgspec.struct class, but it is not intended to be instantiated directly? Example: ``` class Entity(msgspec.Struct, ABC): ``` ```...
**Describe the bug** I'm trying to generate a mermaid diagram from an ouput. The output generates valid mermaid diagram in mermaid.live, but the generated output using the cli just gives...
**Describe the bug** Im using a self-hosted phoenix version and playing around with some API requests. My traces are not beeing registered in localhost:6006. **To Reproduce** Steps to reproduce the...
### Question How can I simulate abstract classes using msgspec? I know it's not the main intention of msgspec, but I really want to represent a hierarchy of classes using...
### Question HI. Is it possible to dynamically create a struct from an unknown JSON schema? I mean, the user will inform me the way he wants the struct to...
### 🚀 The feature Since [SSE MCP Servers are now deprecated](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#streamable-http), when do you plan to support Streamable HTTP MCP servers? And improve your typing as well. Because in the...
### Question Is it possible to mark a non default field to be omitted from the final Schema of a Struct? Didn't find anything on the docs, "Meta" or "field".
**🚀 Feature Request** Hi. Is it possible to use Literals or Enums with route parameters? This would help users in the auto OpenAPI documentation generation to see valid parameters. Consider...