Improve deps installation by converting them to one liner (#967)
This commit is contained in:
@@ -30,16 +30,7 @@
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"!pip install embedchain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"!pip install embedchain[dataloaders]"
|
||||
"!pip install embedchain[dataloaders,opensource]"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -48,24 +39,9 @@
|
||||
"id": "nGnpSYAAh2bQ"
|
||||
},
|
||||
"source": [
|
||||
"### Step-2: Set GPT4ALL related environment variables and install dependencies\n",
|
||||
"### Step-2: Set GPT4ALL related environment variables\n",
|
||||
"\n",
|
||||
"GPT4All is free for all and doesn't require any API Key to use it. Just import the dependencies."
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {
|
||||
"colab": {
|
||||
"base_uri": "https://localhost:8080/"
|
||||
},
|
||||
"id": "dGOE4u3dC6at",
|
||||
"outputId": "c1c0087b-3f14-49fa-fb86-a4a3391ba14c"
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"!pip install --upgrade embedchain[opensource]"
|
||||
"GPT4All is free for all and doesn't require any API Key to use it. So you can use it for free!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user