zylon-ai / private-gpt

Interact with your documents using the power of GPT, 100% privately, no data leaks

Home Page:https://privategpt.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--watch flag while ingesting does not start the ui server

qijie44 opened this issue · comments

The documentation states that after ingestion we should be able to chat by navigating to localhost:8001. However the script just watches the folder for changes, and does not start the ui server. Navigating to localhost:8001 just shows the unable to connect page.

image
image

Running make run also fails as the qdrant database already accessed by the ingest_folder script.

image

Changing the vector stores to Chroma fixed the issue.