Quellcode durchsuchen

Update hello_llama_cloud.ipynb (#584)

Sanyam Bhutani vor 8 Monaten
Ursprung
Commit
24e8962953
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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",
     "- sentence-transformers for text embeddings\n",
     "- FAISS gives us database capabilities \n",
-    "- LangChai provides necessary RAG tools for this demo"
+    "- LangChain provides necessary RAG tools for this demo"
    ]
   },
   {