Skip to content

codewithnathan97/langchain-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The code repository for the LangChain Programming For Beginners book by Nathan Sebhastian.

Before running the scripts, install the required dependencies using pip as shown below:

pip install -r requirements.txt

Once the dependencies are installed, rename .env.sample to .env and fill in the required API keys in the file.

Then, you can try running one of the scripts with python as follows:

python 02_Simple_Q\&A_Gemini/app_gemini.py 

Starting from Chapter 5, use streamlit to run the application:

streamlit run 05_Adding_Streamlit_GUI/app_gpt.py

For how these applications work and more, you can get the book at https://mybook.to/lc-py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages