New
v3.0.0
Breaking change
sessionchanged fromTEXTtoTAG. This will change how data is indexed in Redisearch.
** If you have data already indexed, you can reindex it by dropping the index and restarting the server. FT.DROPINDEX motorhead. Do NOT use the DD option to keep the data and reindex it once the server restarts**
What's Changed
- Move
apt-getto top of Dockerfile for better caching by @jacobwgillespie in https://github.com/getmetal/motorhead/pull/76 - Correct a typo in chat-vanilla-js-hosted/README.md by @felixonmars in https://github.com/getmetal/motorhead/pull/80
- Bump urllib3 from 1.26.15 to 1.26.17 in /examples/chat-py by @dependabot in https://github.com/getmetal/motorhead/pull/81
- Configure Sweep by @sweep-ai in https://github.com/getmetal/motorhead/pull/84
- Bump urllib3 from 1.26.17 to 1.26.18 in /examples/chat-py by @dependabot in https://github.com/getmetal/motorhead/pull/88
- Bump zod from 3.21.4 to 3.22.4 in /examples/chat-js by @dependabot in https://github.com/getmetal/motorhead/pull/89
- Bump certifi from 2022.12.7 to 2023.7.22 in /examples/chat-py by @dependabot in https://github.com/getmetal/motorhead/pull/66
- Bump rustls-webpki from 0.100.1 to 0.100.2 by @dependabot in https://github.com/getmetal/motorhead/pull/70
- Bump langchain from 0.0.152 to 0.0.312 in /examples/chat-py by @dependabot in https://github.com/getmetal/motorhead/pull/87
- update packages by @softboyjimbo in https://github.com/getmetal/motorhead/pull/90
- Bump langchain from 0.0.312 to 0.0.325 in /examples/chat-py by @dependabot in https://github.com/getmetal/motorhead/pull/92
- Bump axios and openai in /examples/chat-vanilla-js by @dependabot in https://github.com/getmetal/motorhead/pull/94
- Bump axios and openai in /examples/chat-vanilla-js-hosted by @dependabot in https://github.com/getmetal/motorhead/pull/95
- Bump axios and langchain in /examples/chat-js by @dependabot in https://github.com/getmetal/motorhead/pull/93
- Handle azure long term memory + session tag fix by @Czechh in https://github.com/getmetal/motorhead/pull/97
New Contributors
- @jacobwgillespie made their first contribution in https://github.com/getmetal/motorhead/pull/76
- @felixonmars made their first contribution in https://github.com/getmetal/motorhead/pull/80
- @sweep-ai made their first contribution in https://github.com/getmetal/motorhead/pull/84
Full Changelog: https://github.com/getmetal/motorhead/compare/v2.0.4...v3.0.0