Skip to content

Latest commit

 

History

History
250 lines (146 loc) · 11.7 KB

CHANGELOG.md

File metadata and controls

250 lines (146 loc) · 11.7 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, this project adheres to Semantic Versioning, and commits should be formattted using Conventional Commits.

0.6.1 - 2025-03-21

Fixed

  • Docker: Provide the full container registry url by @stronk7 at (40c3f3c)
  • Environment: Split WRAPPER_MODEL_NAME from COLLECTION_NAME by @stronk7 at (ea86ead)
  • Install: Make the project PEP 639 compliant by @stronk7 at (6f9b4d2)
  • Logging: Set the logging level explicitly, before the helper by @stronk7 at (e8e0f96)

Full Changelog: https://github.com/moodlehq/wiki-rag/compare/v0.6.0...v0.6.1

0.6.0 - 2025-03-09

Added

  • Develop: Get commit messages and changelogs under control by @stronk7 at (1556f88)
  • Docs: Automate CHANGELOG.md generation by @stronk7 at (092f094)
  • Release: Automate GitHub releases on tagging by @stronk7 at (d35ea69)

Full Changelog: https://github.com/moodlehq/wiki-rag/compare/v0.5.6...v0.6.0

0.5.6 - 2025-03-08

Added

  • Install: Add support for all-in-one installation with docker compose by @stronk7 at (a8a6a58)

Full Changelog: https://github.com/moodlehq/wiki-rag/compare/v0.5.5...v0.5.6

0.5.5 - 2025-03-08

Added

  • Add OCI annotations that is what ghcr.io registry uses by @stronk7 at (e8c90f6)
  • Add instructions to run it as a docker container by @stronk7 at (1c1f5b4)

Full Changelog: https://github.com/moodlehq/wiki-rag/compare/v0.5.4...v0.5.5

0.5.4 - 2025-03-08

Changed

  • Split Dockerfile into builder and runner by @stronk7 at (15ccc03)
  • Set PR author as assignee by @stronk7 at (6d43dbf)
  • Build the docker images on push (tags & latest) by @stronk7 at (8990608)

Full Changelog: https://github.com/moodlehq/wiki-rag/compare/v0.5.3...v0.5.4

0.5.3 - 2025-03-06

Changed

  • Bump dependencies to current + update some link by @stronk7 at (04d9a2d)
  • Attempt to create the "data" directory if not present by @stronk7 at (9eb3b5f)

Full Changelog: https://github.com/moodlehq/wiki-rag/compare/v0.5.2...v0.5.3

0.5.2 - 2025-03-05

Added

  • Add preliminary env_template file by @stronk7 at (b0db040)

Changed

  • Fix some project URLs, docs and defaults by @stronk7 at (a328dc8)

Full Changelog: https://github.com/moodlehq/wiki-rag/compare/v0.5.1...v0.5.2

0.5.1 - 2025-03-04

Changed

  • Ignore the volumes dir (created by milvus) by @stronk7 at (021fe8f)
  • Initial documentation details by @stronk7 at (60ff816)

Full Changelog: https://github.com/moodlehq/wiki-rag/compare/v0.5.0...v0.5.1

0.5.0 - 2025-03-04

Added

  • Add docker support by @stronk7 at (0ecb2e9)

Changed

  • Few improvements towards better working in a container by @stronk7 at (6e3960d)

Full Changelog: https://github.com/moodlehq/wiki-rag/compare/v0.4.1...v0.5.0

0.4.1 - 2025-03-03

Added

  • Add support for exclusions by @stronk7 at (454d2bc)

Changed

  • Small improvements to auth, better logging and caching by @stronk7 at (9a867fc)

Full Changelog: https://github.com/moodlehq/wiki-rag/compare/v0.4.0...v0.4.1

0.4.0 - 2025-03-02

Added

  • Add authentication to all end-points by @stronk7 at (b8f07f0)

Full Changelog: https://github.com/moodlehq/wiki-rag/compare/v0.3.4...v0.4.0

0.3.4 - 2025-03-01

Changed

  • Tidy up the local prompt fallback by @stronk7 at (fdf4aa0)
  • Few improvements to server (globals, responses, deprecations...) by @stronk7 at (204de9c)

Full Changelog: https://github.com/moodlehq/wiki-rag/compare/v0.3.3...v0.3.4

0.3.3 - 2025-02-27

Added

  • Add page_id to the index and search results for easier tracking by @stronk7 at (dc08e2b)

Full Changelog: https://github.com/moodlehq/wiki-rag/compare/v0.3.2...v0.3.3

0.3.2 - 2025-02-27

Changed

  • Small changes to sources generation by @stronk7 at (5bde66b)
  • Make all search / graph operations async by @stronk7 at (a4ba97b)
  • Small improvements to prompt handling an others by @stronk7 at (fdd8062)
  • Cache load_prompts_for_rag() by @stronk7 at (202cc73)

Full Changelog: https://github.com/moodlehq/wiki-rag/compare/v0.3.1...v0.3.2

0.3.1 - 2025-02-24

Added

  • Add basic support to show sources by @stronk7 at (788e3a1)

Full Changelog: https://github.com/moodlehq/wiki-rag/compare/v0.3.0...v0.3.1

0.3.0 - 2025-02-24

Changed

  • Move package name from hci to wiki_rag by @stronk7 at (0f30291)

Full Changelog: https://github.com/moodlehq/wiki-rag/compare/v0.2.1...v0.3.0

0.2.1 - 2025-02-24

Changed

  • Coding style (ruff) fixes by @stronk7 at (bf570fa)
  • Typing (pyright) fixes by @stronk7 at (e101179)

Full Changelog: https://github.com/moodlehq/wiki-rag/compare/v0.2.0...v0.2.1

0.2.0 - 2025-02-22

Added

  • Add basic support for incoming chat history by @stronk7 at (ebd4fd3)
  • Add basic support for chat history by @stronk7 at (88ddef7)

Changed

  • Small adjustments to search (system prompt, checks, ...) by @stronk7 at (70b7a69)
  • Whitespace fixes by @stronk7 at (9b33cbc)
  • First cut of the OpenAi-compatible server by @stronk7 at (73c3878)

Full Changelog: https://github.com/moodlehq/wiki-rag/compare/v0.1.3...v0.2.0

0.1.3 - 2025-02-20

Added

  • Add support for streaming answers in search CLI by @stronk7 at (8573c90)

Changed

  • Better support the progress when multiple namespaces are processed by @stronk7 at (55e976e)
  • By default always index the last (by name) file in the data dir by @stronk7 at (ad06c85)

Full Changelog: https://github.com/moodlehq/wiki-rag/compare/v0.1.2...v0.1.3

0.1.2 - 2025-02-17

Changed

  • First cut to the search utility by @stronk7 at (b03bf68)

Full Changelog: https://github.com/moodlehq/wiki-rag/compare/v0.1.1...v0.1.2

0.1.1 - 2025-02-16

Changed

  • Completed the indexing page by @stronk7 at (4468437)

Full Changelog: https://github.com/moodlehq/wiki-rag/compare/v0.1.0...v0.1.1

[0.1.0] - 2025-02-15

Changed

  • Initial commit, implementing the loader and project basis by @stronk7 at (c1b282a)
  • Completed the load phase, results are dump to file by @stronk7 at (a24a644)

New Contributors 🧡:

  • @stronk7 made their first contribution