Update notebooks to work with the latest version (#870)

This commit is contained in:
Sidharth Mohanty
2023-10-30 11:36:43 +05:30
committed by GitHub
parent d3726134b2
commit 3b4409cfad
15 changed files with 374 additions and 256 deletions

View File

@@ -29,6 +29,15 @@
"!pip install embedchain"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip install embedchain[dataloaders]"
]
},
{
"cell_type": "markdown",
"metadata": {
@@ -60,7 +69,7 @@
"outputs": [],
"source": [
"import os\n",
"from embedchain import App\n",
"from embedchain import Pipeline as App\n",
"\n",
"os.environ[\"OPENAI_API_KEY\"] = \"sk-xxx\"\n",
"os.environ[\"PINECONE_API_KEY\"] = \"xxx\"\n",