Giulio Zani
Giulio Zani
Yeah same here!
I ran into this running the example on the blog: https://python.useinstructor.com/blog/2024/03/20/announcing-anthropic-support/
Hi @tssweeney, thank you for your reply That indeed fixed that issue. Still, I'm getting another error trying to apply Weave in my source code, I modified the [notebook](https://colab.research.google.com/drive/1XRU11SIytHXqiO4mV3CYy5JePw1B2YJC?usp=sharing#scrollTo=uVdqypRSRmgO) to...
Interesting. FYI the previous version of the notebook, before I put a pydantic v1 object as property of the Reply object, worked without me having to put weave.init in every...
Thanks @tssweeney. In the meantime I migrated away from langchain so im now using only Pydantic v2 :)
@rafaelsideguide Sorry i made a mistake creating the issue, the `.env` is set and looks like the following: ``` # ===== Required ENVS ====== NUM_WORKERS_PER_QUEUE=8 PORT=3002 HOST=0.0.0.0 REDIS_URL=redis://localhost:6379 ## To...
@rafaelsideguide thank you for your reply. I added it but the same issue remains. Also from the logs above `Connected to Redis Session Rate Limit Store!` it does not look...
Thank you! It seems like the issue is already there in the JAX repo: #https://github.com/google/jax/issues/12706 and indeed it's recommended to use type union for now.
Having the same issue. Using the token made it work.. but it's a hack.