kevinjyh/localGPT

While executing "ingest.py" I am getting below error

Opened this issue · 0 comments

I have setup Conda and all required dependencies. After that -

While executing "ingest.py" I am getting below error -

"

C:\Users\Pallavi\AppData\Roaming\Python\Python311\site-packages\langchain\vectorstores_init_.py:35: LangChainDeprecationWarning: Importing vector stores from langchain is deprecated. Importing from langchain will no longer be supported as of langchain==0.2.0. Please import from langchain-community instead:

from langchain_community.vectorstores import Chroma.

To install langchain-community run pip install -U langchain-community.
warnings.warn(
Traceback (most recent call last):
File "c:\Srikanta\Technical\LGPT\ingest.py", line 10, in
from utils import get_embeddings
File "c:\Srikanta\Technical\LGPT\utils.py", line 4, in
from constants import EMBEDDING_MODEL_NAME
File "c:\Srikanta\Technical\LGPT\constants.py", line 7, in
from langchain.document_loaders import CSVLoader, PDFMinerLoader, TextLoader, UnstructuredExcelLoader, Docx2txtLoader
File "C:\Users\Pallavi\AppData\Roaming\Python\Python311\site-packages\langchain\document_loaders_init_.py", line 32, in getattr
from langchain_community import document_loaders
File "C:\Users\Pallavi\AppData\Roaming\Python\Python311\site-packages\langchain_community\document_loaders_init_.py", line 163, in
from langchain_community.document_loaders.pebblo import PebbloSafeLoader
File "C:\Users\Pallavi\AppData\Roaming\Python\Python311\site-packages\langchain_community\document_loaders\pebblo.py", line 5, in
import pwd
ModuleNotFoundError: No module named 'pwd'

"