瀏覽代碼

Merge pull request #64 from rogeriochaves/patch-1

Adding LiteChain as an alternative LLM framework to LangChain
Hannibal046 2 年之前
父節點
當前提交
72df52c0b7
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -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.