rschwabco / babyagi-langchain-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 100.0%