private-gpt icon indicating copy to clipboard operation
private-gpt copied to clipboard

Can't ask questions.

Open langyajiekou opened this issue 2 years ago • 2 comments

after successfully ingest but it seems unable to query and answer? whats wrong?

Creating new vectorstore Loading documents from source_documents Loading new documents: 100%|██████████████████████| 3/3 [00:10<00:00, 3.49s/it] Loaded 3 new documents from source_documents Split into 131 chunks of text (max. 500 tokens each) Creating embeddings. May take some minutes... Using embedded DuckDB with persistence: data will be stored in: db Ingestion complete! You can now run privateGPT.py to query your documents (env) PS F:\VSCode\privateGPT-main> python .\privateGPT.py Using embedded DuckDB with persistence: data will be stored in: db (env) PS F:\VSCode\privateGPT-main> python .\privateGPT.py Using embedded DuckDB with persistence: data will be stored in: db (env) PS F:\VSCode\privateGPT-main> python .\privateGPT.py Using embedded DuckDB with persistence: data will be stored in: db (env) PS F:\VSCode\privateGPT-main>

langyajiekou avatar May 20 '23 17:05 langyajiekou

See https://github.com/imartinez/privateGPT/issues/281 and https://github.com/imartinez/privateGPT/issues/295

PulpCattel avatar May 20 '23 21:05 PulpCattel

run: python privateGPT.py

GuySarkinsky avatar May 21 '23 15:05 GuySarkinsky