mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-06-23 06:00:49 +00:00
Update ingest api docs with Windows support (#1289)
This commit is contained in:
parent
28d03fdda8
commit
b7ca7d35a0
@ -22,6 +22,13 @@ To log the processed and failed files to an additional file, use:
|
|||||||
make ingest /path/to/folder -- --watch --log-file /path/to/log/file.log
|
make ingest /path/to/folder -- --watch --log-file /path/to/log/file.log
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Note for Windows Users:** Depending on your Windows version and whether you are using PowerShell to execute
|
||||||
|
PrivateGPT API calls, you may need to include the parameter name before passing the folder path for consumption:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
make ingest arg=/path/to/folder -- --watch --log-file /path/to/log/file.log
|
||||||
|
```
|
||||||
|
|
||||||
After ingestion is complete, you should be able to chat with your documents
|
After ingestion is complete, you should be able to chat with your documents
|
||||||
by navigating to http://localhost:8001 and using the option `Query documents`,
|
by navigating to http://localhost:8001 and using the option `Query documents`,
|
||||||
or using the completions / chat API.
|
or using the completions / chat API.
|
||||||
|
Loading…
Reference in New Issue
Block a user