Skip to content
Open
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
2 changes: 1 addition & 1 deletion community/digital-human-security-analyst/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ We want to populate a vector database with our Threat Intelligence. To do so, we
Run all cells of the notebook. It may take several minutes. Alert summaries per user will be generated and uploaded to a *new* vector database.

> **[!TROUBLESHOOTING]**
> If you recieve a File Does Not Exist error, create the missing file (and any missing directories along the specified file path) in the Jupyter notebook.
> If you receive a File Does Not Exist error, create the missing file (and any missing directories along the specified file path) in the Jupyter notebook.

> **[!OPTIONAL]**
> This example project is currently configured to point to build.nvidia API for the Summary Inference Morpheus pipeline step. To use your self-hosted LLM NIM instead (which you have spun up in a previous optional step), edit the `chat_nvidia_service.py` file and add a `base_url` parameter to the ChatNVIDIA model instantiation. Point the `base_url` to your locally hosted model.
Expand Down