Difference between revisions of "Langchain"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
cd notion-qa | cd notion-qa | ||
pip install -r requirements.txt | pip install -r requirements.txt | ||
− | + | export OPENAI_API_KEY="•••••••••" | |
</source> | </source> | ||
https://github.com/hwchase17/notion-qa/issues | https://github.com/hwchase17/notion-qa/issues |
Latest revision as of 07:57, 21 June 2023
Notion QA example
https://github.com/hwchase17/notion-qa/ needs API key from: https://platform.openai.com/account/api-keys
git clone https://github.com/hwchase17/notion-qa/
cd notion-qa
pip install -r requirements.txt
export OPENAI_API_KEY="•••••••••"