Skip to content

Get update from integration-temp to RAG-32#57

Merged
nuwangeek merged 5 commits intoRAG-32from
integration-temp
Oct 21, 2025
Merged

Get update from integration-temp to RAG-32#57
nuwangeek merged 5 commits intoRAG-32from
integration-temp

Conversation

@nuwangeek
Copy link

No description provided.

ckittask and others added 5 commits October 16, 2025 19:14
* readteam and deepeval tests workflows

* added datasets

* update

* ruff fixes

* uv.lock add
* partialy completes prompt refiner

* integrate prompt refiner with llm_config_module

* fixed ruff lint issues

* complete prompt refiner, chunk retriver and reranker

* remove unnesessary comments

* updated .gitignore

* Remove data_sets from tracking

* update .gitignore file

* complete vault setup and response generator

* remove ignore comment

* removed old modules

* fixed merge conflicts

* Refactor llm_connections table: update budget tracking fields and reorder columns

* Add budget threshold fields and logic to LLM connection management

* Enhance budget management: update budget status logic, adjust thresholds, and improve form handling for LLM connections

* resolve pr comments & refactoring

* rename commonUtils

---------

Co-authored-by: Charith Nuwan Bimsara <59943919+nuwangeek@users.noreply.github.com>
Co-authored-by: nuwangeek <charith.bimsara@rootcode.io>
Co-authored-by: erangi-ar <erangika.ariyasena@rootcode.io>
Co-authored-by: Thiru Dinesh <56014038+Thirunayan22@users.noreply.github.com>
* partialy completes prompt refiner

* integrate prompt refiner with llm_config_module

* fixed ruff lint issues

* complete prompt refiner, chunk retriver and reranker

* remove unnesessary comments

* updated .gitignore

* Remove data_sets from tracking

* update .gitignore file

* complete vault setup and response generator

* remove ignore comment

* removed old modules

* fixed merge conflicts

* Refactor llm_connections table: update budget tracking fields and reorder columns

* Add budget threshold fields and logic to LLM connection management

* Enhance budget management: update budget status logic, adjust thresholds, and improve form handling for LLM connections

* resolve pr comments & refactoring

* Add functionality to update used budget for LLM connections with validation and response handling

* Implement budget threshold checks and connection deactivation logic in update process

* resolve pr comments

* Rag 103 budget related schema changes (#41)

* Refactor llm_connections table: update budget tracking fields and reorder columns

* Add budget threshold fields and logic to LLM connection management

* Enhance budget management: update budget status logic, adjust thresholds, and improve form handling for LLM connections

* resolve pr comments & refactoring

* rename commonUtils

---------

Co-authored-by: erangi-ar <erangika.ariyasena@rootcode.io>

* Rag 93 update connection status (#47)

* Refactor llm_connections table: update budget tracking fields and reorder columns

* Add budget threshold fields and logic to LLM connection management

* Enhance budget management: update budget status logic, adjust thresholds, and improve form handling for LLM connections

* resolve pr comments & refactoring

* rename commonUtils

* Implement LLM connection status update functionality with API integration and UI enhancements

---------

Co-authored-by: erangi-ar <erangika.ariyasena@rootcode.io>

---------

Co-authored-by: Charith Nuwan Bimsara <59943919+nuwangeek@users.noreply.github.com>
Co-authored-by: nuwangeek <charith.bimsara@rootcode.io>
Co-authored-by: erangi-ar <erangika.ariyasena@rootcode.io>
* partialy completes prompt refiner

* integrate prompt refiner with llm_config_module

* fixed ruff lint issues

* complete prompt refiner, chunk retriver and reranker

* remove unnesessary comments

* updated .gitignore

* Remove data_sets from tracking

* update .gitignore file

* complete vault setup and response generator

* remove ignore comment

* removed old modules

* fixed merge conflicts

* Refactor llm_connections table: update budget tracking fields and reorder columns

* Add budget threshold fields and logic to LLM connection management

* Enhance budget management: update budget status logic, adjust thresholds, and improve form handling for LLM connections

* resolve pr comments & refactoring

* Add budget status check and update BudgetBanner component

* rename commonUtils

* resove pr comments

* Rag 103 budget related schema changes (#41)

* Refactor llm_connections table: update budget tracking fields and reorder columns

* Add budget threshold fields and logic to LLM connection management

* Enhance budget management: update budget status logic, adjust thresholds, and improve form handling for LLM connections

* resolve pr comments & refactoring

* rename commonUtils

---------

Co-authored-by: erangi-ar <erangika.ariyasena@rootcode.io>

* Rag 93 update connection status (#47)

* Refactor llm_connections table: update budget tracking fields and reorder columns

* Add budget threshold fields and logic to LLM connection management

* Enhance budget management: update budget status logic, adjust thresholds, and improve form handling for LLM connections

* resolve pr comments & refactoring

* rename commonUtils

* Implement LLM connection status update functionality with API integration and UI enhancements

---------

Co-authored-by: erangi-ar <erangika.ariyasena@rootcode.io>

* Rag 99 production llm connections logic (#46)

* Refactor llm_connections table: update budget tracking fields and reorder columns

* Add budget threshold fields and logic to LLM connection management

* Enhance budget management: update budget status logic, adjust thresholds, and improve form handling for LLM connections

* resolve pr comments & refactoring

* rename commonUtils

* Add production connection retrieval and update related components

* Implement LLM connection environment update and enhance connection management logic

---------

Co-authored-by: erangi-ar <erangika.ariyasena@rootcode.io>

* Rag 119 endpoint to update used budget (#42)

* Refactor llm_connections table: update budget tracking fields and reorder columns

* Add budget threshold fields and logic to LLM connection management

* Enhance budget management: update budget status logic, adjust thresholds, and improve form handling for LLM connections

* resolve pr comments & refactoring

* Add functionality to update used budget for LLM connections with validation and response handling

* Implement budget threshold checks and connection deactivation logic in update process

* resolve pr comments

---------

Co-authored-by: erangi-ar <erangika.ariyasena@rootcode.io>

---------

Co-authored-by: Charith Nuwan Bimsara <59943919+nuwangeek@users.noreply.github.com>
Co-authored-by: nuwangeek <charith.bimsara@rootcode.io>
Co-authored-by: erangi-ar <erangika.ariyasena@rootcode.io>
@nuwangeek nuwangeek merged commit e9fff3f into RAG-32 Oct 21, 2025
3 of 6 checks passed
Thirunayan22 added a commit that referenced this pull request Dec 17, 2025
* Pushing updates from WIP to Dev (#55)

* created docker-compose.yml with initial services

* fixed issue

* change network name to bykstack

* fix ruff linting issue

* added gitignore file

* added intentional invalid code to check ci

* added fake key exposure to check gitleaks ci

* added .gitignore

* updated pre-commit hooks

* added pre-commit hook configs

* updated contributors.md and added pre-commit config

* updated pre-commit hook

---------

Co-authored-by: nuwangeek <charith.bimsara@rootcode.io>
Co-authored-by: Charith Nuwan Bimsara <59943919+nuwangeek@users.noreply.github.com>

* Pushing changes from WIP to Dev (#57)

* created docker-compose.yml with initial services

* fixed issue

* change network name to bykstack

* fix ruff linting issue

* added gitignore file

* added intentional invalid code to check ci

* added fake key exposure to check gitleaks ci

* added .gitignore

* updated pre-commit hooks

* added pre-commit hook configs

* updated contributors.md and added pre-commit config

* updated pre-commit hook

* updated contributing.md (#56)

---------

Co-authored-by: nuwangeek <charith.bimsara@rootcode.io>
Co-authored-by: Charith Nuwan Bimsara <59943919+nuwangeek@users.noreply.github.com>

---------

Co-authored-by: nuwangeek <charith.bimsara@rootcode.io>
Co-authored-by: Charith Nuwan Bimsara <59943919+nuwangeek@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants