langchain-ai / langchain-extract

🦜⛏️ Did you say you like data?
https://extract.langchain.com/
MIT License
990 stars 104 forks source link

How to use models without function/tool calling ? #132

Open Beyondzjl opened 2 months ago

Beyondzjl commented 2 months ago

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

eyurtsev commented 3 weeks ago

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/