Skip to content

jongyeans/intermediate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devmento 자료

환경설정

Make sure to fill in the API keys for OpenAI.

python -m venv venv
source venv/bin/activate
pip install --upgrade --quiet  langchain langchain-community langchainhub langchain-openai chromadb bs4 python-dotenv openai

If streamlit is not working, checkout their installation page

requirements.txt 다운받는 방법

pip install -r /path/to/requirements.txt

requirements.txt 만드는 방법

pip3 freeze > requirements.txt  # Python3
pip freeze > requirements.txt  # Python2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 60.4%
  • Python 39.6%