Skip to content

Instantly share code, notes, and snippets.

@dawu76
Last active March 29, 2023 02:07
Show Gist options
  • Save dawu76/ac3ef0c42ec25a571a83042345fafb4d to your computer and use it in GitHub Desktop.
Save dawu76/ac3ef0c42ec25a571a83042345fafb4d to your computer and use it in GitHub Desktop.
langchain_env_setup.sh
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