Skip to content

Commit

Permalink
Fix link checking
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen committed Jan 15, 2025
1 parent 8d406b7 commit e813f94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 23 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: './.tools/mlc_config.json'
folder-path: '.'
build-rust:
# prevent from running on forks
if: github.repository_owner == 'restatedev'
Expand Down
16 changes: 0 additions & 16 deletions .tools/mlc_config.json

This file was deleted.

8 changes: 4 additions & 4 deletions python/end-to-end-applications/rag-ingestion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ We are using `mxbai-embed-large`:
```
3. All done, now you can go and upload files to this bucket!
* MinIO console (http://localhost:9001/browser/docs) - user/password: `minioadmin`
* Qdrant (http://localhost:6333/dashboard#/collections)
* MinIO console `http://localhost:9001/browser/docs` - user/password: `minioadmin`
* Qdrant `http://localhost:6333/dashboard#/collections`
4. Upload any `.txt` / `.pdf` file into the docs (http://localhost:9001/browser/docs) bucket. For example, upload [`testfile.txt`](testfile.txt).
4. Upload any `.txt` / `.pdf` file into the docs `http://localhost:9001/browser/docs` bucket. For example, upload [`testfile.txt`](testfile.txt).
5. Watch new vectors appear at docs collection (http://localhost:6333/dashboard#/collections/docs)
5. Watch new vectors appear at docs collection `http://localhost:6333/dashboard#/collections/docs`
Teardown the example via:
Expand Down

0 comments on commit e813f94

Please sign in to comment.