Skip to content

Commit

Permalink
Fix RAG nb, parea setup (parea -> parea-ai) (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpreiss committed Jun 11, 2024
1 parent 542bc73 commit b6667a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b6667a5

Please sign in to comment.