KO
|
EN
gitlite — search
Search
#javascript
#python
#react
#typescript
#nodejs
#docker
#nextjs
#html
#golang
#dart
#flutter
#solidity
babyagi-langchain-ts
★ 31
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
alexandria
:
Tools, visualizations, and tutorials for massive embedding datasets.
Surge
:
Surge 专用的 Ruleset
ProbML_Apps
:
Apps (mostly streamlit) for the "Probabilistic Machine Learning" Lecture course at the University of Tübingen
nuxt-hydration
:
Make sure you're aware that there's a hydration issue on nuxt 3
spotify-ui
:
This is the Nextjs Ui Clone. Well designed and animated
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
babyagi-langchain-ts
?
Download (.md)
# BabyAGI with LangChain (Typescript) and Pinecone Based on the [LangChain](https://python.langchain.com/en/latest/index.html) [Python implementation](https://python.langchain.com/en/latest/use_cases/agents/baby_agi.html?highlight=babyagi) of [BabyAGI](https://github.com/yoheinakajima/babyagi/tree/main) by [Yohei Nakajima](https://twitter.com/yoheinakajima)  ## 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