Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
b6667a53
Unverified
Commit
b6667a53
authored
Jun 12, 2024
by
Fabian Preiß
Committed by
GitHub
Jun 11, 2024
Browse files
Fix RAG nb, parea setup (parea -> parea-ai) (#525)
parent
542bc733
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/usage/rag_using_parea/trace_and_evaluate_rag_using_parea.ipynb
.../rag_using_parea/trace_and_evaluate_rag_using_parea.ipynb
+2
-2
No files found.
examples/usage/rag_using_parea/trace_and_evaluate_rag_using_parea.ipynb
View file @
b6667a53
...
@@ -24,7 +24,7 @@
...
@@ -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 @@
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment