Skip to content

Commit

Permalink
Update docs/source/conda_packages.md
Browse files Browse the repository at this point in the history
Co-authored-by: David Gardner <[email protected]>
  • Loading branch information
AnuradhaKaruppiah and dagardner-nv authored Oct 21, 2024
1 parent c2af3a1 commit 394ba8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conda_packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ EOF
```

## Morpheus LLM
The `morpheus-llm` library contains stages for Large Language Models (LLM) and Vector Databases. These stages are used for setting up Retrieval Augmented Generation (RAG) pipelines. The `morpheus-llm` library is built from the source code in the `python/morpheus_llm` directory of the Morpheus repository.
The `morpheus-llm` library contains stages for interacting with Large Language Models (LLM) and Vector Databases (VDB). These stages are used for setting up Retrieval Augmented Generation (RAG) pipelines. The `morpheus-llm` library is built from the source code in the `python/morpheus_llm` directory of the Morpheus repository.
To set up a Conda environment with the [`morpheus-llm`](https://anaconda.org/nvidia/morpheus-dfp) library you can run the following commands:
### Create a Conda environment
```bash
Expand Down

0 comments on commit 394ba8b

Please sign in to comment.