Aksel

Results 7 comments of Aksel
trafficstars

The current structured parser only works with key value pairs of strings, but maybe the comma separated list output parser works for your case? Having a parser that can handle...

Yes, please do! Here are some references from the other versions: [TS version](https://github.com/hwchase17/langchainjs/blob/main/langchain/src/output_parsers/structured.ts), [Python version](https://github.com/hwchase17/langchain/blob/master/langchain/output_parsers/pydantic.py). What do you think is the best golang version of a ZOD schema in the...

The index.mdx in /docs/ directory is rendered in /docs/. This is the page you are redirected to when visiting /.

Can you provide the result you get in python and go and the python code you use?

From looking into it, it seems that the problem is that the gpt-3.5 chat models just gives responses that does not follow the format instructions given, causing the code to...

@kraney Can you fix the lint and add a test that checks for this?

Agree @ejembamut. Can you add a PR for this?