Unverified Commit 5d3f7fff authored by boessu's avatar boessu Committed by GitHub
Browse files

Update langchainpy.md (#4236)

fixing pip code.
parent d77c1c5f
...@@ -12,7 +12,7 @@ So let's figure out how we can use **LangChain** with Ollama to ask our question ...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment