Skip to content

Commit

Permalink
adding note to only use one profile at at time
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Feinberg committed Dec 11, 2024
1 parent 2d6cd75 commit c24a19f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/0_5_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Since you can either pull NIMs and run them locally, or utilize the endpoints fr


> **NOTE:** Each profile will also run *Milvus Vector DB* and *Redis*
> **NOTE:** Due to the nature of Docker Compose profiles, the UI will let you select multiple profiles at the same time. In the context of this project, selecting multiple profiles does not make sense. It will not cause any errors, however we recommend only selecting one profile at a time for simplicity.
1. Once the compose services have been started, navigate to the **Environment** > **Applications** tab. Now, the *Chain Server* can safely be started. This contains the custom LangChain code for performing our reasoning chain. By default, it will use the local Milvus and Redis, but use *ai.nvidia.com* for LLM, Embedding, and Reranking model inferencing.

Expand Down

0 comments on commit c24a19f

Please sign in to comment.