-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
The request is, can `langchain-visualizer` support Pydantic v2? As of `langchain-visualizer==0.0.33`, Pydantic v2 is unsupported:
```none
> poetry add langchain-visualizer
Using version ^0.0.33 f…
-
This is the error I'm getting when user connects to Realtime agent.
Traceback (most recent call last):
File "/Users/alankashkash/PycharmProjects/AIRecruit/realtime_agent/.venv/lib/python3.12/s…
-
**Is your feature request related to a problem? Please describe.**
I would like to use OpenAI models to generate `pydantic` objects.
I tried replicating [this example](https://platform.openai.com…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feat…
0num4 updated
5 months ago
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a…
-
**Is your feature request related to a problem? Please describe.**
I would like to include `linkml` (or `linkml-runtime`) as a dependency in the library `pynwb`. Installing `pynwb` in a fresh python …
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
either these should be fine when `populate_by_name=True`
```py
[tool.mypy]
plugins = ["pydantic.mypy"]
```
…
-
Currently our API models are build on top of dataclasses, but pydantic has much more functionality and is better tested while serving the same purpose.
We probably still need to:
* Derive UUID f…
-
This isn't a huge deal, but I've been on a mission to improve python import time performance lately since it's noticeable (and embarrassing!) in CLI applications.
You can see that the initializatio…