Skip to content

Releases: centre-for-humanities-computing/lex-llm

Beta v0.5.3

26 Mar 15:34
ae22864

Choose a tag to compare

Accidentally made a typo in the scaleway workflow last release.

Beta v0.5.1

13 Mar 12:30
ca89fae

Choose a tag to compare

  • 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

26 Feb 12:24
d8b61de

Choose a tag to compare

  • 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

27 Nov 08:22
94eee30

Choose a tag to compare

Reverted the vector indexes used to those using semantic chunking since the retrieval bug turned out to be somewhere else

Beta v0.4.0

26 Nov 09:45
5859fbc

Choose a tag to compare

Added the beta_workflow_v1 that moves away from OpenAI and uses local embedding model with gemma3 for generation

Alpha v0.3.3

21 Nov 13:40
bb3ae10

Choose a tag to compare

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

21 Nov 11:53
d4c8a85

Choose a tag to compare

Fixed a bug with the Gemma3 workflow that hindered multi-turn conversations.

Alpha v0.3.1

17 Nov 10:29
307c463

Choose a tag to compare

  • 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

20 Aug 11:45
db09274

Choose a tag to compare

  • Improved the system prompt
  • Made the system able to hold a conversation without forgetting previous articles and the system prompt

Alpha v0.2.1

15 Aug 17:25
c53dc90

Choose a tag to compare

Fixed some errors in deployment of the previous version