llm_memory gem - ChatGPT to have memory using in-context learning
I’m recently building llm_memory gem which is highly inspired by a Python library Llamaindex. It’s simple but I’ve started to use my company’s FAQ chatbot.
https://github.com/shohey1226/llm_memory
and I wrote a blog about how to make FAQ chatbot with Rails/llm_memory/ChatGPT. (without UI, just basic flow of how to use llm_memory)
Post a comment