mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
Update ingest api docs with Windows support (#1289)
This commit is contained in:
parent
28d03fdda8
commit
b7ca7d35a0
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
**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
|
||||
by navigating to http://localhost:8001 and using the option `Query documents`,
|
||||
or using the completions / chat API.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue