Fix RAG nb, parea setup (parea -> parea-ai) (#525)

This commit is contained in:
Fabian Preiß
2024-06-11 16:36:43 -07:00
committed by GitHub
parent 542bc733d6
commit b6667a53b9
@@ -24,7 +24,7 @@
"source": [ "source": [
"## Setting up the environment\n", "## Setting up the environment\n",
"\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": { "metadata": {
"collapsed": false "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", "# 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", "# !pip install grpcio==1.59.0\n",
"\n", "\n",
"!pip install sglang[openai] parea chromadb" "!pip install sglang[openai] parea-ai chromadb"
], ],
"metadata": { "metadata": {
"collapsed": false "collapsed": false