Skip to content

Commit

Permalink
docs: fix curl command
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Jul 2, 2024
1 parent b450731 commit 802603d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/sections/qdrant/05-ingestion.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,9 @@ Once all services are started, you can run the ingestion process by opening a ne

> Alternatively, you can run the ingestion process by simply using cURL to send the PDF files:
> ```bash
> curl -F "file=@./data/privacy-policy.pdf" \
> -F "file=@./data/support.pdf" \
> -F "file=@./data/terms-of-service.pdf" \
> http://localhost:3001/documents
> curl -F "file=@./data/privacy-policy.pdf" http://localhost:3001/documents
> curl -F "file=@./data/support.pdf" http://localhost:3001/documents
> curl -F "file=@./data/terms-of-service.pdf" http://localhost:3001/documents
> ```
</div>
Expand Down

0 comments on commit 802603d

Please sign in to comment.