We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42edd7 commit 28dcf63Copy full SHA for 28dcf63
microservices/document-ingestion/pgvector/docs/user-guide/get-started.md
@@ -239,7 +239,7 @@ commands from the same shell as where the environment variables are set.
239
Download a sample PDF document to test the file upload and embedding creation process.
240
241
```bash
242
- curl -LO https://github.com/py-pdf/sample-files/blob/main/001-trivial/minimal-document.pdf
+ curl -LO https://raw.githubusercontent.com/py-pdf/sample-files/main/001-trivial/minimal-document.pdf
243
```
244
245
2. **Upload the file to create embedding and store in object storage**:
0 commit comments