Difference between revisions of "Langchain"

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "= Notion QA example = <source lang='bash'> git clone https://github.com/hwchase17/notion-qa/ </source>")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
= Notion QA example =
 
= Notion QA example =
 +
https://github.com/hwchase17/notion-qa/
 +
needs API key from:
 +
https://platform.openai.com/account/api-keys
 
<source lang='bash'>
 
<source lang='bash'>
 
git clone https://github.com/hwchase17/notion-qa/
 
git clone https://github.com/hwchase17/notion-qa/
 +
cd notion-qa
 +
pip install -r requirements.txt
 +
export OPENAI_API_KEY="•••••••••"
 
</source>
 
</source>
 +
 +
https://github.com/hwchase17/notion-qa/issues

Latest revision as of 08: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="•••••••••"

https://github.com/hwchase17/notion-qa/issues