Kor support async functions. #314
Unanswered
shividwivedi
asked this question in
Q&A
Replies: 1 comment
-
Yes. It's using langchain chat models which support async. However, if your'e already using openai which has native function calling. You will probably get better performance from not using kor, but instead using just the open ai chat model in a function calling mode with reference examples. https://python.langchain.com/v0.2/docs/concepts/#functiontool-calling |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am developing document parsing using Langchain kor!, so i want to implement using async functions so that i do openai calling simultaneously. So Kor supports async?
Beta Was this translation helpful? Give feedback.
All reactions