Skip to content

Releases: jlewi/foyle

v0.0.26

04 Oct 15:05
e2feb99
Compare
Choose a tag to compare

What's Changed

  • Fix bug in config set when flag --config is provided by @jlewi in #274

Full Changelog: v0.0.25...v0.0.26

v0.0.25

04 Oct 02:50
e03b8fe
Compare
Choose a tag to compare

What's Changed

  • Instructions and assets for deploying foyle on Kubernetes by @jlewi in #273

Full Changelog: v0.0.24...v0.0.25

v0.0.24

03 Oct 14:21
26dbff4
Compare
Choose a tag to compare

What's Changed

  • Properly handle completions in middle of document - Include LLM reque… by @jlewi in #271

Full Changelog: v0.0.23...v0.0.24

v0.0.23

02 Oct 02:30
527e171
Compare
Choose a tag to compare

What's Changed

  • Evaluation - Simulate usage using examples produced from sessions by @jlewi in #253
  • Render OpenAI request/response as HTML by @jlewi in #265
  • Use gpt4-o-mini by default and filter out tags by @jlewi in #266
  • Filter out blank responses by @jlewi in #270

Full Changelog: v0.0.22...v0.0.23

v0.0.22

26 Sep 16:23
dbbfaf8
Compare
Choose a tag to compare

What's Changed

  • Sessionization and building an eval dataset by @jlewi in #230
  • Fix Race Condition In Learning by @jlewi in #244
  • Bug Fix: Learning doesn't happen because exampleDirs is empty by @jlewi in #245
  • Reduce AI costs - Reduce context length by @jlewi in #243
  • Enable RAG by default by @jlewi in #251
  • Ensure embeddings matrix is never initialized with zero dimensions by @jlewi in #252
  • Fix segfault in learner. by @jlewi in #256

Full Changelog: v0.0.21...v0.0.22

v0.0.21

16 Sep 19:59
e347283
Compare
Choose a tag to compare

What's Changed

  • Learning Bug Fix: Need to enqueue blocks after execution events by @jlewi in #241

Full Changelog: v0.0.20...v0.0.21

v0.0.20

14 Sep 17:32
8ce6e49
Compare
Choose a tag to compare

What's Changed

  • LogAnalysis should not rely on cell execution being recorded by LogEvents by @jlewi in #222
  • Analyzer should periodically checkpoint progress when processing large log files by @jlewi in #231
  • Fix Learning: Cell Executions Not Being Added to BlockLogs by @jlewi in #233
  • Fix troublsehooting guide so it shows up on the docs page. by @jlewi in #234
  • Update the README to make the docs more prominent. by @jlewi in #235
  • Enable RAG by default by @jlewi in #240
  • Improve GetLLMLogs by @jlewi in #237

Full Changelog: v0.0.19...v0.0.20

v0.0.19

06 Sep 00:50
92c8c9d
Compare
Choose a tag to compare

What's Changed

  • Add doc about searching and extracting content using gmail. by @jlewi in #226
  • Improve observability with OTEL so we can measure token usage and acceptance rate by @jlewi in #229

Full Changelog: v0.0.18...v0.0.19

v0.0.18

02 Sep 23:43
affb5ee
Compare
Choose a tag to compare

What's Changed

  • Define an RPC to log events from the RunMe frontend. by @jlewi in #213
  • Upgrade the default model to gpt4o by @jlewi in #218
  • Change default HTTP port to 8877. by @jlewi in #219
  • Troubleshooting guide for learning. by @jlewi in #216
  • Replace getblocklog custom handler with a method defined in the LogsS… by @jlewi in #223
  • Remove gRPC and gRPC gateway by @jlewi in #225

Full Changelog: v0.0.17...v0.0.18

v0.0.17

27 Aug 04:21
4288e91
Compare
Choose a tag to compare

What's Changed

  • Fix panic and error reporting in learner.Reconcile. by @jlewi in #201
  • Add an RPC to get learned examples. by @jlewi in #202
  • Define a Docker image for Foyle by @jlewi in #204
  • Support GCP Logging by @jlewi in #207
  • Don't hide the error when reconciling examples. by @jlewi in #209
  • Allow Example Files To Be Overwritten by @jlewi in #210

Full Changelog: v0.0.16...v0.0.17