Pārlūkot izejas kodu

Update langchainpy.md (#4236)

fixing pip code.
boessu 1 gadu atpakaļ
vecāks
revīzija
5d3f7fff26
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/tutorials/langchainpy.md

+ 1 - 1
docs/tutorials/langchainpy.md

@@ -12,7 +12,7 @@ So let's figure out how we can use **LangChain** with Ollama to ask our question
 
 
 Let's start by asking a simple question that we can get an answer to from the **Llama2** model using **Ollama**. First, we need to install the **LangChain** package:
 Let's start by asking a simple question that we can get an answer to from the **Llama2** model using **Ollama**. First, we need to install the **LangChain** package:
 
 
-`pip install langchain`
+`pip install langchain_community`
 
 
 Then we can create a model and ask the question:
 Then we can create a model and ask the question: