Преглед изворни кода

Update hello_llama_cloud.ipynb

Dlt пре 8 месеци
родитељ
комит
b70061f347
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",
     "- 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"
    ]
   },
   {