Skip to content

Commit 8e21b24

Browse files
committed
adding langchain to pip install
1 parent 3ea5a88 commit 8e21b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For more: [Pinecone LCEL Article](https://www.pinecone.io/learn/series/langchain
4242
4343
You can install all of these with pip;
4444
```shell
45-
pip install pypdf chromadb transformers sentence-transformers streamlit
45+
pip install pypdf chromadb langchain transformers sentence-transformers streamlit
4646
```
4747
4. Installing llama-cpp-python:
4848
* This project uses uses [LlamaCpp-Python](https://github.com/abetlen/llama-cpp-python) for GGUF(llama-cpp-python >=0.1.83) models loading and inference, if you are using GGML models you need (llama-cpp-python <=0.1.76).

0 commit comments

Comments
 (0)