Releases: centre-for-humanities-computing/lex-llm
Releases · centre-for-humanities-computing/lex-llm
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
Alpha v0.2.0
- Improved tone to match the factual, neutral, encyclopedic tone from Lex' articles and always answer in Danish.
- Changed persona to "Den Danske Chatbot"
- Made the chatbot only send used sources - and an empty source list in the case of deferral.
- Made the chatbot quote sources when needed and refer to the sources as "Lex"
- Made the chatbot never output links directly in the text.
- Improved the knowledge base to use section-based chunking as opposed to token-based chunking.
- Updated the database to exclude deleted articles and articles from other collections than Lex.dk.
Alpha 0.1.1
Tries to fix a bug with how results are parsed from the vector search.
Alpha v0.1.0
v0.1.0-alpha Implemented the first version of the alpha workflow (#18)