Skip to content

Commit 28dcf63

Browse files
[Document Ingestion] update pdf download curl command to download actual PDF instead of webpage (#2122)
1 parent b42edd7 commit 28dcf63

File tree

1 file changed

+1
-1
lines changed
  • microservices/document-ingestion/pgvector/docs/user-guide

1 file changed

+1
-1
lines changed

microservices/document-ingestion/pgvector/docs/user-guide/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ commands from the same shell as where the environment variables are set.
239239
Download a sample PDF document to test the file upload and embedding creation process.
240240

241241
```bash
242-
curl -LO https://github.com/py-pdf/sample-files/blob/main/001-trivial/minimal-document.pdf
242+
curl -LO https://raw.githubusercontent.com/py-pdf/sample-files/main/001-trivial/minimal-document.pdf
243243
```
244244

245245
2. **Upload the file to create embedding and store in object storage**:

0 commit comments

Comments
 (0)