Skip to content

Commit b0c6f52

Browse files
committed
fix llamaindex docs
1 parent dbc935d commit b0c6f52

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

docs/integrations/llama_index.ipynb

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,14 @@
1919
"Install LlamaIndex and a version of Guardrails with LlamaIndex support."
2020
]
2121
},
22-
{
23-
"cell_type": "code",
24-
"execution_count": 3,
25-
"metadata": {},
26-
"outputs": [
27-
{
28-
"name": "stdout",
29-
"output_type": "stream",
30-
"text": [
31-
"Found existing installation: guardrails-ai 0.6.0\n",
32-
"Uninstalling guardrails-ai-0.6.0:\n",
33-
" Successfully uninstalled guardrails-ai-0.6.0\n"
34-
]
35-
}
36-
],
37-
"source": [
38-
"! pip uninstall guardrails-ai -y"
39-
]
40-
},
4122
{
4223
"cell_type": "code",
4324
"execution_count": null,
4425
"metadata": {},
4526
"outputs": [],
4627
"source": [
4728
"! pip install llama-index -q\n",
48-
"# ! pip install \"guardrails-ai>=0.6.1\"\n",
49-
"! pip install /Users/calebcourier/Projects/guardrails -q"
29+
"! pip install \"guardrails-ai>=0.6.1\" -q"
5030
]
5131
},
5232
{

docusaurus/sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ const sidebars = {
104104
integrations: [
105105
// "integrations/azure_openai",
106106
"integrations/langchain",
107+
"integrations/llama_index",
107108
{
108109
type: "category",
109110
label: "Telemetry",

0 commit comments

Comments
 (0)