diff --git a/examples/usage/rag_using_parea/trace_and_evaluate_rag_using_parea.ipynb b/examples/usage/rag_using_parea/trace_and_evaluate_rag_using_parea.ipynb index e7a574cbd..ce90e2186 100644 --- a/examples/usage/rag_using_parea/trace_and_evaluate_rag_using_parea.ipynb +++ b/examples/usage/rag_using_parea/trace_and_evaluate_rag_using_parea.ipynb @@ -24,7 +24,7 @@ "source": [ "## Setting up the environment\n", "\n", - "We will first install the necessary packages: `sglang`, `parea` and `chromadb`." + "We will first install the necessary packages: `sglang`, `parea-ai` and `chromadb`." ], "metadata": { "collapsed": false @@ -38,7 +38,7 @@ "# note, if you use a Mac M1 chip, you might need to install grpcio 1.59.0 first such that installing chromadb works\n", "# !pip install grpcio==1.59.0\n", "\n", - "!pip install sglang[openai] parea chromadb" + "!pip install sglang[openai] parea-ai chromadb" ], "metadata": { "collapsed": false