v0.8.1
A change in Langchain callbacks broke the TUI; this release temporarily pins Langchain to the last version with the old streaming API until we release a full update.
Also includes a number of fixes related to enhance plugin selection and performance.
What's Changed
- correct entities.md docs code examples by @discdiver in #247
- Condense AI function instructions by @jlowin in #248
- Docs Update loaders_and_documents.md by @discdiver in #249
- Add AI Function for generating RRules from natural language by @jlowin in #250
- Add extra note to RRFormatter by @jlowin in #251
- Refactor ai functions into a class by @jlowin in #252
- better file name for example by @zzstoatzz in #253
- avoid
persist()
with clickhouse + tweaks by @zzstoatzz in #254 - add flow run logs plugin by @zzstoatzz in #255
- Refactor slackbot dockerfile by @zzstoatzz in #257
- chore: create new workflows to support internal-slackbot by @jamiezieziula in #258
- fix: github workload identity ref by @jamiezieziula in #259
- fix: docker build directory for internal bot by @jamiezieziula in #260
- rm loaders from startup by @zzstoatzz in #264
- chore: remove env from vuln scan by @jamiezieziula in #265
- fix: github templating by @jamiezieziula in #266
- fix (3): vuln scans on image builds by @jamiezieziula in #267
- fix #261 got IndexError while call talk_to_bot API by @lucemia in #262
- pin langchain until streaming fix by @zzstoatzz in #273
Full Changelog: v0.8.0...v0.8.1