a Rails + Langchain example using pycall.rb
/examples/
brew install python
# 可能需要先執行一次 python3 在 exit() ?
python3
pip3 install langchain
pip3 install tiktoken
pip3 install pypdf
pip3 install faiss-cpu
cp config/secrets.yml.example config/secrets.yml
- Edit config/secrets.yml, Add your OpenAI key
bundle
rake db:migrate