Skip to content

Releases: alexander-zuev/kollektiv

v0.1.6 - Web UI

19 Oct 12:25
60390c0
Compare
Choose a tag to compare

What's Changed

  • feat: web ui - introduced web interface that allows users to chat with synced content in a web interface using Chainlit
  • docs: updated docstrings to adopt Google style docstrings by @Twist333d in #85

Full Changelog: v0.1.5...v0.1.6

v0.1.5 - Kollektiv is born

19 Oct 09:57
0812c67
Compare
Choose a tag to compare

This is mostly a non-feature release focused on renaming the project from OmniClaude to Kollektiv. For more details about the new name and the motivation behind it, please refer to the README.

New features added to the release will be announced separately in future updates.

What's Changed

  • feat(eval): setup dataset generator by @Twist333d in #71
  • Update bundle by @Twist333d in #73
  • Update bundle by @Twist333d in #74
  • Setup rag eval az 24 by @Twist333d in #76
  • Improvements and refactoring of the evaluation module by @Twist333d in #77
  • refactor(eval): finished refactoring to ragas 0.2.1 by @Twist333d in #78
  • Evaluation setup on hold by @Twist333d in #79
  • refactor(eval): finished refactoring to ragas 0.2.1 by @Twist333d in #80
  • Develop by @Twist333d in #81
  • refactor project structure script by @Twist333d in #82
  • Merge from develop by @Twist333d in #83
  • Feature/rename to kollektiv by @Twist333d in #84

Full Changelog: v0.1.4...v0.1.5

v0.1.4 - Better error handling and code base refactor

28 Sep 19:03
9cff380
Compare
Choose a tag to compare

What's Changed

  • Updated readme for easier setup
  • Improved logging
  • Better Anthropic and FireCrawl API error handling
  • Cleaning up of images to avoid embedding errors
  • Other smaller changes not affecting functionality

Full Changelog: v0.1.3...v0.1.4

v0.1.3 - Streaming support

22 Sep 17:59
59325c0
Compare
Choose a tag to compare

What's Changed

  • refactor(claude): multiple smaller changes by @Twist333d in #59
  • Develop by @Twist333d in #60
  • refactor(rename): cleanup by @Twist333d in #61
  • Update CHANGELOG.md by @Twist333d in #62

Full Changelog: v0.1.2...v0.1.3

v0.1.2 - Refactoring of assistant

21 Sep 15:24
136f7b0
Compare
Choose a tag to compare

Key changes

  • introduced conventional commit style
  • introduced conversation history with sliding context window (200k tokens)
  • revamped and simplified tool use loop
  • removed redundant methods in the ClaudeAssistant class

What's Changed

  • Docs define proper roadmap release changelog and roadmap az 83 by @Twist333d in #51
  • Create pull_request_template.md by @Twist333d in #53
  • refactor(claude): add conversation history management revamp by @Twist333d in #54
  • Refactor(claude): add conversation history management revamp by @Twist333d in #56
  • refactor: introduce commit styling, conversation history refactoring, tool use loop refactor by @Twist333d in #57
  • refactor(claude): remove redundant method by @Twist333d in #58

Full Changelog: v0.1.1...v0.1.2

v0.1.1 - Minor patches and fixes

18 Sep 06:43
ad1826d
Compare
Choose a tag to compare

What's Changed

  • Rag pipeline enhancements az 23 by @Twist333d in #27
  • Rag pipeline enhancements az 23 by @Twist333d in #28
  • Rag pipeline enhancements az 23 by @Twist333d in #29
  • Updated readme and added a user guide by @Twist333d in #30
  • Fixed couple of typos by @Twist333d in #31
  • Rag pipeline enhancements az 23 by @Twist333d in #32
  • Minor changes by @Twist333d in #33
  • Post release fixes az 80 by @Twist333d in #34
  • Added basic tests by @Twist333d in #35
  • post-release-fixes-az-80 by @Twist333d in #36
  • Update issue templates by @Twist333d in #37
  • feat(docs): Implement structured commit approach (AZ-85) by @Twist333d in #38

Full Changelog: v0.1.0...v0.1.1

v0.1.0 - Initial release

15 Sep 18:31
7587b08
Compare
Choose a tag to compare

Initial release

Initial release of RAG Docs with the following features:

  • crawling of documentation with FireCrawl
  • custom markdown chunking
  • embedding and storage with ChromaDB
  • custom retrieval with multi-query expansion and re-ranking
  • chat with Sonnet 3.5 with rag search tool

What's Changed

  • Feature/az 18 by @Twist333d in #1
  • Delete outdated v21.4 JSON file by @Twist333d in #2
  • Add job management and status tracking features by @Twist333d in #3
  • Feature/az 18 by @Twist333d in #4
  • Feature/az 18 by @Twist333d in #5
  • Implement chunking az 19 by @Twist333d in #6
  • Implement chunking az 19 by @Twist333d in #7
  • Implement chunking az 19 by @Twist333d in #8
  • Implement chunking az 19 by @Twist333d in #9
  • Updated scope by @Twist333d in #10
  • Cleaned up structure by @Twist333d in #11
  • Implement vector storage and embedding az 20 by @Twist333d in #12
  • Implement vector storage and embedding az 20 by @Twist333d in #13
  • Cleaned up left overs by @Twist333d in #14
  • implement-vector-storage-and-embedding-az-20 by @Twist333d in #15
  • Re factor chunking az 46 by @Twist333d in #17
  • Re factor chunking az 46 by @Twist333d in #18
  • Re factor chunking az 46 by @Twist333d in #19
  • Re factor chunking az 46 by @Twist333d in #20
  • Re factor chunking az 46 by @Twist333d in #21
  • Re factor chunking az 46 by @Twist333d in #22
  • Remove unncessary raw json by @Twist333d in #23
  • Small re-factoring of chunking and crawler by @Twist333d in #24
  • Re factor chunking az 46 by @Twist333d in #25
  • Re factor chunking az 46 by @Twist333d in #26

Full Changelog: https://github.com/Twist333d/rag-docs/commits/v0.1.0