botka1998

Results 9 comments of botka1998

Thank you for your help, could you point me to some resources to help me better understand these parameters?

@rhzs Check this out, should solve your array issue #47

Hey @atakanokan When defining an array you want to use the keyword ```"items"``` instead of ```"properties"``` So you would want to use something like this: ```python json_schema = { "type":...

Hey @mpetruc can you please share your json schema definition? Since it’s throwing a keyError, the schema is most likely invalid

Hey @mpetruc sorry for the late and sporadic responses, I’m on holiday and away from my laptop.. I’m glad you figured out the schema part! Here’s my experience: So I...

Hey @projects-g I’m afk again so this is from memory, I can’t check this but… try it Make sure to start with an object that contains the array instead of...

Hello @thomasBontempsTecrisViattech What exactly is your application? You’re trying to summarize a resume into a predefined json schema?

@thomasBontempsTecrisViattech Yeah, it extracted Python as soft skills, I'm sure that is not the intended behavior? So a couple of things I suggest you try... I haven't used the ```"description"```...

> happy to see there is a solution for the issue with generating arrays. thanks Any plans to merge this in? Hey @noobmldude Yes, I would love to merge this,...