File tree Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments