Releases: centre-for-humanities-computing/lex-llm
Releases · centre-for-humanities-computing/lex-llm
Beta v0.5.3
Accidentally made a typo in the scaleway workflow last release.
Beta v0.5.1
- Changed main provider for Gemma 3 27b to Scaleway instead of Nebius through OpenRouter
- Added contextual information to the chatbot (date and info on the current workflow).
Beta v0.5.0
- Added new workflows:
-
- Beta v1 with large embeddings
-
- Beta v2 with advanced search (hybrid, hyde)
- Updated to match the database migration to postgresql
Beta v0.4.1
Reverted the vector indexes used to those using semantic chunking since the retrieval bug turned out to be somewhere else
Beta v0.4.0
Added the beta_workflow_v1 that moves away from OpenAI and uses local embedding model with gemma3 for generation
Alpha v0.3.3
Changed the way the Gemma workflow handles conversation history make make it more able to stay on track in multi-turn conversations.
Alpha v0.3.2
Fixed a bug with the Gemma3 workflow that hindered multi-turn conversations.
Alpha v0.3.1
- Added OpenRouter integration through gemma workflow
- Added staging and preproduction environments and automatic deployment for both. Preproduction deploys the latest tag, staging deploys the latest commit.
Alpha v0.3.0
- Improved the system prompt
- Made the system able to hold a conversation without forgetting previous articles and the system prompt
Alpha v0.2.1
Fixed some errors in deployment of the previous version