diff --git a/content/_index.md b/content/_index.md index 3a834ecc07a0c..a4e49fdd5fe56 100644 --- a/content/_index.md +++ b/content/_index.md @@ -19,7 +19,7 @@ We post a few different types of content here: - [[extrusions | Extrusions]] -- Brief, densely-linked reflections synthesizing last month's conceptual work - [[releases | Release Notes]] -- Weekly changelogs & details on new product features - [[research | Research]] -- Formal published, preprint, or blog-style company research we've made public - + *Extrusions and Release Notes are also available as email newsletters:* - [Subscribe to Extrusions](https://plasticlabs.typeform.com/extrusions) - [Subscribe to Release Notes](https://plasticlabs.typeform.com/honchoupdates) diff --git a/content/releases/Release Notes 03.21.23.md b/content/releases/Release Notes 03.21.23.md new file mode 100644 index 0000000000000..98dcf9eec7301 --- /dev/null +++ b/content/releases/Release Notes 03.21.23.md @@ -0,0 +1,42 @@ +--- +title: Release Notes 03.14.23 +date: 03.14.23 +tags: + - releases + - announcements + - honcho + - dev + - ml + - research +--- +## News + +Research-y week in the lab: + +- [[Achieving SOTA on OpenToM with DSPy|Blog post on achieving theory of mind SOTA with DSPy!]] + +- [Private Beta Waitlist Sign-up](https://plasticlabs.typeform.com/honchobeta) + +- [Fresh Docs](https://docs.honcho.dev) + +- [Honcho v0.0.6](https://github.com/plastic-labs/honcho/tree/v0.0.6) + +See you [in Discord](https://discord.gg/plasticlabs) 🥽 + +## Honcho v0.0.6 + +ADDED +- Full docker-compose for API and Database +- Full docstring coverage +- Code coverage tests +- Add LangChain to Honcho message converter in both directions +- Synonym `init` function that acts the same as `initialize` + +CHANGED +- Refactored API server into multiple route files +- Harvester renamed to deriver + +FIXED +- API Response schema removed unnecessary fields +- OTEL logging to properly work with async database engine +- `fly.toml` default settings \ No newline at end of file