johnkmayo

Results 9 comments of johnkmayo

Yes. There is an index folder with three .pkl files. Does that mean the ingest.py process is running fine and the problem is in the run_localGPT.py?

I'm still stuck on the "chromadb.errors.NoIndexException: Index not found, please create an instance before querying" error on line 66 of run_localGPT.py: res = qa(query). The code seems to be set...

FYI, I pulled the latest code and tried again. The parquet files are now in the DB folder and the .pkl files are in the DB/index folder. I'm not sure...

No. I have not been able to get the problem resolved. I still get the "chromadb.errors.NoIndexException: Index not found, please create an instance before querying" error with the current cut...

I tried again today. I made sure I had the latest code. I cleared out the DB folder. The ingest.py ran fine and populated the DB folder. When I run...

I'm running locally on Windows. I can't get the dotenv working. I changed the constants to have hard coded paths and I'm still getting the error. What puzzles me is...

I finally got the code to execute. It looks like run_localGPT.py didn't like the path because of a non-alphanumeric character while ingest.py didn't have a problem with the path. Kind...

I moved my data files into a folder which didn't have the non-alphanumeric character and then changed the ROOT_DIRECTORY to point to that folder. On Mon, Jun 19, 2023 at...