Releases: zmedelis/bosquet
Releases · zmedelis/bosquet
2024.08.08
- Claude API support
- Fixed broken configuration loading (secrets and config edn)
2024.02.22
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
New functionality preview release. It is very much in an alpha state.
2023.11.21
- 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
- A new home for Bosquet documentation https://zmedelis.github.io/bosquet/
- Short-term memory backed by in-memory atom and Cosine similarity for search
- OAI Embeddings and Qdrant (https://qdrant.tech/) to back Long-term memory (experimental)
- Output coercion into EDN or JSON (see https://zmedelis.github.io/bosquet/notebook/papers/chain_of_density for illustration)
2023.10.11
- 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
0.3.6
0.3.5
- 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