Skip to content

Commit

Permalink
docs: documentation for langchain.py (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
kartheekyakkala authored Jan 4, 2024
1 parent c084e8c commit 717c3a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pandasai/llm/langchain.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
from pandasai.prompts.base import AbstractPrompt
from .base import LLM
"""Langchain LLM
This module is to run LLM using LangChain framework.
Example:
Use below example to call LLM
>>> from pandasai.llm.langchain import LangchainLLm
"""


class LangchainLLM(LLM):
Expand Down

0 comments on commit 717c3a8

Please sign in to comment.