langchain-extract icon indicating copy to clipboard operation
langchain-extract copied to clipboard

How to use models without function/tool calling ?

Open Beyondzjl opened this issue 1 year ago • 1 comments

I want to use the models without function/tool calling to create the extractor. How to reach it?

Beyondzjl avatar May 21 '24 02:05 Beyondzjl

You need to adapt the code for that use case.

You can follow these guides:

https://python.langchain.com/v0.2/docs/how_to/tools_prompting/ https://python.langchain.com/v0.2/docs/how_to/extraction_parse/

eyurtsev avatar Jun 27 '24 13:06 eyurtsev