-
I got this response after invoking a chain.
We can see in "raw" that 5 pm and 7 am are extracted. but in "data" only departure_from_origin_time is outputted. Here is my Schema:
Here is the example I was testing: Hello there, I hope this message finds you well. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Also when I changed my model from gpt-3.5-turbo to gpt-4. I am getting the following output
So, with just an adition of '\r' in the raw output, the mapping of output to entity is working fine. Comaprison Summary: Erronous:
Error Free:
The only differrence I can see in "raw" is an extra "\r" in the output. Thanks |
Beta Was this translation helpful? Give feedback.
Kor is just a wrapper around an LLM to help write the prompt. Verify that the prompt that it's generated looks good for your application and try to catch an issues (e.g., if the examples are provided in incorrect format).
This extraction task sounds simple and gpt-3.5 will probably be able to handle it without much difficulty.