Releases: lightspeed-core/rag-content
Releases · lightspeed-core/rag-content
Lightspeed Stack rag-content tool version 0.5.0
What's Changed
- Add show_progress config to DocumentProcessor by @thibaultmg in #97
- Fix old project version by @are-ces in #98
- LCORE-1440: turn on arm64 build in the rag-tool-push pipeline by @syedriko in #100
- Konflux: Fixed deps issues, compatibility for MacOS konflux scripts by @are-ces in #101
- LCORE-1377 Embed index name as source attribute in chunk metadata by @max-svistunov in #99
- Replace pdm to uv in README by @r0x0d in #40
- Add DefaultMetadataProcessor and generate_embeddings.py CLI script by @romartin in #104
- Added YAML frontmatter support for metadata generation. by @romartin in #103
- LCORE-1452: Update llama stack to 0.5.x in rag-content by @syedriko in #142
- LCORE-1538: Add embedding model metadata to the rag-content repo by @syedriko in #144
- chore(deps): update konflux references by @red-hat-konflux-kflux-prd-rh02[bot] in #147
- LCORE-1424: sqlite-vec deprecation by @are-ces in #102
- Add --output-image flag to package vector DB as a container image archive by @romartin in #108
New Contributors
- @thibaultmg made their first contribution in #97
- @r0x0d made their first contribution in #40
- @romartin made their first contribution in #104
Full Changelog: 0.4.2...0.5.0
Lightspeed Stack rag-content tool version 0.4.2
What's Changed
- Llama Stack PGVector Support by @TamiTakamiya in #72
- chore(deps): update konflux references by @red-hat-konflux-kflux-prd-rh02[bot] in #69
- LCORE-791: konflux hermetic build by @raptorsun in #68
- fix: install lightspeed_rag_content module itself in hermetic built image by @raptorsun in #85
- Add important detail about --auto-chunking by @are-ces in #88
- Remove deprecated llama-stack yaml part by @are-ces in #89
- Add test placeholder to README by @tisnik in #90
- Update README to remove test placeholder by @tisnik in #91
- chore(deps): update konflux references by @red-hat-konflux-kflux-prd-rh02[bot] in #80
- conf: update konflux tasks by @raptorsun in #93
- Update README with official image retrieval instructions by @tisnik in #95
New Contributors
- @TamiTakamiya made their first contribution in #72
Full Changelog: 0.4.1...0.4.2
Lightspeed Stack rag-content tool version 0.4.1
What's Changed
- Migrate code from
road-core/rag-contenttolightspeed-coreby @lpiwowar in #1 - PyDocStyle on CI by @tisnik in #3
- Bandit on CI by @tisnik in #4
- Radon on CI by @tisnik in #5
- Ruff on CI by @tisnik in #6
- Add mypy checks for scripts and src folder by @lpiwowar in #7
- Extend verify target in Makefile by @lpiwowar in #8
- Remove Linters Github Action by @lpiwowar in #9
- LCORE-163: Run black against tests too by @tisnik in #10
- Renamed GitHub actions to better consistency by @tisnik in #11
- Dependencies-related GH actions by @tisnik in #12
- Avoid NPE when package is not set by @tisnik in #13
- Optionally drop or fail on unreachable URLs by @csibbitt in #2
- LCORE-163: Enable Pyright on CI by @tisnik in #14
- LCORE-163: Pylinter on CI by @tisnik in #15
- Regenerated lockfiles by @tisnik in #16
- Fixed test filename by @tisnik in #17
- Bump-up deps by @tisnik in #18
- Bump-up Hugging face by @tisnik in #19
- Pull request template by @tisnik in #20
- Run Black via PDM on CI by @tisnik in #21
- Run Ruff via PDM on CI by @tisnik in #22
- Run Pylint against sources (right now) by @tisnik in #23
- LCORE-188: deps update readme by @tisnik in #25
- LCORE-305: Use uv for image building, disable building gpu variant by @matysek in #27
- LCORE-328: Migrate Github Actions to UV by @matysek in #29
- LCORE-239: Update packages torch, llama-index, fais-cpu, huggingface-hub by @matysek in #30
- Update README.md by @are-ces in #31
- Llama stack dbs by @Akrog in #28
- LCORE-438: Fix imabe building for GPU variant by @matysek in #32
- Add OKP module by @umago in #33
- LCORE-569: Fix installing cpu version of pytorch, drop LD_LIBRARY_PATH for gpu image by @matysek in #34
- LCORE-569: Move rag-content images to quay.io by @matysek in #36
- LCORE-569: update readme - images moved to quay.io by @matysek in #37
- feat: Add JSON output support to query_rag.py script by @omkarjoshi0304 in #35
- LCORE-595: Fix bandit GH actions - use GH actions from PyQCA by @matysek in #38
- Update the dependencies and fix gate issues (black syntax) by @umago in #39
- Adding the ability to choose from a text (sentence) processor or a markdown processor by @andrej1991 in #41
- LCORE-417: Convert tests to pytest by @max-svistunov in #42
- Red Hat Konflux kflux-prd-rh02 update rag-content by @red-hat-konflux-kflux-prd-rh02[bot] in #45
- adding the ability to work with llama_stack release-0.2.22 by @andrej1991 in #44
- LCORE-908: rag-content-gpu image not working as intended by @syedriko in #46
- LCORE-917: configuration for CodeRabbitAI by @tisnik in #47
- LCORE-667: Section about AI tools by @tisnik in #49
- Red Hat Konflux kflux-prd-rh02 purge rag-content by @red-hat-konflux-kflux-prd-rh02[bot] in #51
- Red Hat Konflux kflux-prd-rh02 update rag-tool by @red-hat-konflux-kflux-prd-rh02[bot] in #58
- Bump up to new llama-stack 0.3.x index creation by @are-ces in #61
- [LCORE-1035] Add HTML support for BYOK by @max-svistunov in #62
- LCORE-791: konflux hermetic build by @raptorsun in #65
- Update Konflux references by @red-hat-konflux-kflux-prd-rh02[bot] in #59
- Revert "LCORE-791: konflux hermetic build" by @tisnik in #67
- Add ignore_list parameter to skip URL checks for specific docs by @malingatembo in #66
- LCORE-1240: Bump up llama-stack to 0.4.3, fixing the vector registration issues by @are-ces in #70
New Contributors
- @lpiwowar made their first contribution in #1
- @tisnik made their first contribution in #3
- @csibbitt made their first contribution in #2
- @matysek made their first contribution in #27
- @are-ces made their first contribution in #31
- @Akrog made their first contribution in #28
- @umago made their first contribution in #33
- @omkarjoshi0304 made their first contribution in #35
- @andrej1991 made their first contribution in #41
- @max-svistunov made their first contribution in #42
- @red-hat-konflux-kflux-prd-rh02[bot] made their first contribution in #45
- @syedriko made their first contribution in #46
- @raptorsun made their first contribution in #65
- @malingatembo made their first contribution in #66
Full Changelog: https://github.com/lightspeed-core/rag-content/commits/0.4.1