metadata
title: Langchain Crash Course (Gradio)
emoji: π
colorFrom: yellow
colorTo: indigo
sdk: gradio
sdk_version: 4.20.0
app_file: app.py
pinned: false
license: mit
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# In (base)
conda install -c conda-forge notebook
conda install -c conda-forge nb_conda_kernels
conda create -n "codebasics-langchain-crash-course" python=3.10
conda use codebasics-langchain-crash-course
# In (codebasics-langchain-crash-course)
# Acknowledgements
The code is based on original tutorial series by [@codebasics](https://twitter.com/codebasicshub).
* [LangChain Crash Course For Beginners](https://www.youtube.com/watch?v=nAmC7SoVLd8&list=PLeo1K3hjS3uu0N_0W6giDXzZIcB07Ng_F&ab_channel=codebasics)