Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation for vdb_upload to use realistic source data with the --file_source flag #1800

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions examples/data/vdb_upload/doca_guides.jsonlines
Git LFS file not shown
3 changes: 3 additions & 0 deletions examples/data/vdb_upload/nvidia_blogs.jsonlines
Git LFS file not shown
4 changes: 2 additions & 2 deletions examples/llm/vdb_upload/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ python examples/llm/main.py vdb_upload pipeline \
```bash
python examples/llm/main.py vdb_upload pipeline \
--source_type filesystem \
--file_source "./morpheus/data/*" \
--file_source="./examples/data/vdb_upload/*.jsonlines" \
--enable_monitors \
--embedding_model_name all-MiniLM-L6-v2
```
Expand All @@ -224,7 +224,7 @@ python examples/llm/main.py vdb_upload pipeline \
```bash
python examples/llm/main.py vdb_upload pipeline \
--source_type rss --source_type filesystem \
--file_source "./morpheus/data/*" \
--file_source="./examples/data/vdb_upload/*.jsonlines" \
--interval_secs 600 \
--enable_cache \
--enable_monitors \
Expand Down
Loading