sobelio / llm-chain

`llm-chain` is a powerful rust crate for building chains in large language models allowing you to summarise text and complete complex tasks
https://llm-chain.xyz
MIT License
1.36k stars 132 forks source link

LLM Memory #214

Open ragyabraham opened 1 year ago

ragyabraham commented 1 year ago

It seems you have not included the Memory components of langchain such as mentioned here in the [langchain doc].(https://python.langchain.com/docs/modules/memory.html)

jaabberwocky commented 11 months ago

Curious about this too.