Hi to everyone !
I used to use langchain, kor and chat gpt api for information extraction.
See here : Kor — 😼 Kor 1.0.1
The field is evolving fast, 6 months after I wonder if there is new methods to do information extraction for example :
chain = create_extraction_chain(llm, schema, encoder_or_encoder_class='json')
chain.invoke("play songs by paul simon and led zeppelin and the doors")['data']
> output
: {'player': {'artist': ['paul simon', 'led zeppelin', 'the doors']}}
Thank you for your help !