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.26k stars 127 forks source link

LLM Memory #214

Open ragyabraham opened 10 months ago

ragyabraham commented 10 months 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 6 months ago

Curious about this too.