getmetal / motorhead

🧠 Motorhead is a memory and information retrieval server for LLMs.
https://getmetal.io
Apache License 2.0
846 stars 79 forks source link

Add python example #29

Closed Czechh closed 1 year ago

Czechh commented 1 year ago

We have a fully functional js example https://github.com/getmetal/motorhead/tree/main/examples/chat-js

We need one in python using https://python.langchain.com/en/latest/modules/memory/examples/motorhead_memory.html

Czechh commented 1 year ago

Thank you @platput!