PromtEngineer / localGPT

Chat with your documents on your local device using GPT models. No data leaves your device and 100% private.
Apache License 2.0
19.94k stars 2.22k forks source link

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

Open srikantak opened 7 months ago

srikantak commented 7 months ago

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\vectorstoresinit.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_loadersinit.py", line 32, in getattr from langchain_community import document_loaders File "C:\Users\Pallavi\AppData\Roaming\Python\Python311\site-packages\langchain_community\document_loadersinit.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'

"

PromtEngineer commented 7 months ago

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.

srikantak commented 7 months ago

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

srikantak commented 7 months ago

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

NitkarshChourasia commented 6 months ago

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