Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 709 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 709 Bytes

BabyAGI with LangChain (Typescript) and Pinecone

Based on the LangChain Python implementation of BabyAGI by Yohei Nakajima

BabyAGI

How to run

  1. Create an OpenAI and Pinecone accounts.
  2. Create a .env file based on the .env.example file and update your keys
  3. Run npm install
  4. Run npm run local:watch

TODO

  • Add tool support to executeTask
  • Add tests
  • Create a UI