소스 검색

Update hello_llama_cloud.ipynb

Fix: LangChai->LangChain
Dlt 11 달 전
부모
커밋
a10a28ee6a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      recipes/quickstart/RAG/hello_llama_cloud.ipynb

+ 1 - 1
recipes/quickstart/RAG/hello_llama_cloud.ipynb

@@ -23,7 +23,7 @@
     "Let's start by installing the necessary packages:\n",
     "Let's start by installing the necessary packages:\n",
     "- sentence-transformers for text embeddings\n",
     "- sentence-transformers for text embeddings\n",
     "- FAISS gives us database capabilities \n",
     "- FAISS gives us database capabilities \n",
-    "- LangChai provides necessary RAG tools for this demo"
+    "- LangChain provides necessary RAG tools for this demo"
    ]
    ]
   },
   },
   {
   {