Last active
March 29, 2023 02:07
-
-
Save dawu76/ac3ef0c42ec25a571a83042345fafb4d to your computer and use it in GitHub Desktop.
langchain_env_setup.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
conda env list | |
conda activate llm_3.9 | |
pip install jupyter | |
pip install notebook | |
pip install langchain | |
pip install openai # required for chat and embeddings | |
pip install chromadb # required for default Vector DB | |
pip install pypdf # required for PyPDFLoader | |
pip install unstructured # required for UnstructuredURLLoader | |
pip install --upgrade openai langchain |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment