PromtEngineer / localGPT

Chat with your documents on your local device using GPT models. No data leaves your device and 100% private.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

srikantak opened this issue · 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'

"

Seems like the error is coming from langchain package. There was recently an update to langchain and seems to have broken the code. This might need updates to the code to support the new version of langchain.

Thank you sir for quick response.

May I request the working code of ingest.py. If you suggest I can download the entire project once more from github.

Regards,
Srikanta

Hello, would you be able to provide your version of langchain for me to update in my environment and review? Thank you.

@srikantak you can view the requirements.txt for the following.