diff --git a/docs/source/conda_packages.md b/docs/source/conda_packages.md index 3759bd196a..3d016e43af 100644 --- a/docs/source/conda_packages.md +++ b/docs/source/conda_packages.md @@ -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