Skip to content

Releases: zmedelis/bosquet

2024.08.08

08 Aug 05:15
Compare
Choose a tag to compare
  • Claude API support
  • Fixed broken configuration loading (secrets and config edn)

2024.02.22

22 Feb 10:05
Compare
Choose a tag to compare

Bosquet LLM tooling release:

  • Run generations from the command line
  • Support for different prompt construction: template, chat, and graph.
  • Observability with Mitproxy
  • Added Mistral and LM Studio API calls.

2023.04.09

29 Jan 16:56
Compare
Choose a tag to compare

New functionality preview release. It is very much in an alpha state.

2023.11.21

21 Nov 07:57
Compare
Choose a tag to compare
  • Fix system.edn not found issue #40
  • QnA evaluator. This is the beginning of work on some minimalistic LLM evaluator
  • Text splitters: character and sentence based
  • Document loaders with Apache Tika

2023.10.11

31 Oct 17:35
Compare
Choose a tag to compare

2023.10.11

11 Oct 14:49
Compare
Choose a tag to compare
  • Call caching restored (control via config)
  • Allow Selmer slot filling in chat messages
  • Memory architecture with storage, retrieval, and encoding components
  • Start using Malli to declare and validate LLM data structures
  • LLM services now do not discard token usage data
  • Token count limited memory retriever
  • Documentation site at https://zmedelis.github.io/bosquet/ with
    • Configuration documentation
    • Math problem solving with code example

0.3.7

12 Sep 15:37
Compare
Choose a tag to compare

Bugfix release addressing mainly configuration and deployment issues

0.3.6

07 Sep 18:08
Compare
Choose a tag to compare

Fix configuration resource management.
system.edn loaded from the classpath and local config.edn is read from the project root

0.3.5

03 Sep 05:57
Compare
Choose a tag to compare
  • Cohere LLM API support via https://github.com/danielsz/cohere-clojure
  • Integrant based LLM service setup. Introducing the Integrant system allows for easy extensions with any LLM service
  • New gen tag in prompt templates. Combined with the Integrant LLM service setup, it allows decoupling model parameter definition from the concrete LLM service used

0.3.0

17 Jun 07:43
9fb3a58
Compare
Choose a tag to compare