Improve deps installation by converting them to one liner (#967)

This commit is contained in:
Sidharth Mohanty
2023-11-29 23:38:34 +05:30
committed by GitHub
parent 38426a7af1
commit e35eaf1bfc
13 changed files with 21 additions and 272 deletions

View File

@@ -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!"
]
},
{