Skip to content

Commit

Permalink
Adding LiteChain as an alternative LLM framework to LangChain
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriochaves authored Jul 28, 2023
1 parent f6ed9da commit 0cf7e21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@ The above tables coule be better summarized by this wonderful visualization from

- [Haystack](https://haystack.deepset.ai/) - an open-source NLP framework that allows you to use LLMs and transformer-based models from Hugging Face, OpenAI and Cohere to interact with your own data.
- [Sidekick](https://github.com/ai-sidekick/sidekick) - Data integration platform for LLMs.
- [LangChain](https://github.com/hwchase17/langchain) - Building applications with LLMs through composability
- [LangChain](https://github.com/hwchase17/langchain) - Building applications with LLMs through composability
- [LiteChain](https://github.com/rogeriochaves/litechain) - Lightweight alternative to LangChain for composing LLMs
- [wechat-chatgpt](https://github.com/fuergaosi233/wechat-chatgpt) - Use ChatGPT On Wechat via wechaty
- [promptfoo](https://github.com/typpo/promptfoo) - Test your prompts. Evaluate and compare LLM outputs, catch regressions, and improve prompt quality.
- [Agenta](https://github.com/agenta-ai/agenta) - Easily build, version, evaluate and deploy your LLM-powered apps.
Expand Down

0 comments on commit 0cf7e21

Please sign in to comment.