Skip to content

Issue on Ollama Models #1888

@Its-Vaibhav-2005

Description

@Its-Vaibhav-2005
import pandas as pd
from pandasai import SmartDataframe
from pandasai.llm.local_llm import LocalLLM

Using this Python script get error

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Cell In[2], line 3
      1 import pandas as pd
      2 from pandasai import SmartDataframe
----> 3 from pandasai.llm.local_llm import LocalLLM

ModuleNotFoundError: No module named 'pandasai.llm.local_llm'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions