Skip to content

Commit a10a28e

Browse files
authored
Update hello_llama_cloud.ipynb
Fix: LangChai->LangChain
1 parent efbcb05 commit a10a28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/quickstart/RAG/hello_llama_cloud.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"Let's start by installing the necessary packages:\n",
2424
"- sentence-transformers for text embeddings\n",
2525
"- FAISS gives us database capabilities \n",
26-
"- LangChai provides necessary RAG tools for this demo"
26+
"- LangChain provides necessary RAG tools for this demo"
2727
]
2828
},
2929
{

0 commit comments

Comments
 (0)