forked from jackyzha0/quartz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1bb599
commit 404859b
Showing
2 changed files
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |