langchain_llm vs other llms #552
-
Documentation says that it also has support for langchain llms. How the experience will differ with Does langchain_llm provide more features? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@Hrishikesh007788 there's not so much of a difference. Basically, if you have any specific reason to prefer the LangChain LLM, go for it, otherwise it's recommended to use the "native" OpenAI llm wrapper provided by PandasAI. Basically LangChain LLMs have been implemented in order to allow users to use more LLMs. |
Beta Was this translation helpful? Give feedback.
@Hrishikesh007788 there's not so much of a difference. Basically, if you have any specific reason to prefer the LangChain LLM, go for it, otherwise it's recommended to use the "native" OpenAI llm wrapper provided by PandasAI.
Basically LangChain LLMs have been implemented in order to allow users to use more LLMs.