Sync wip branches 3/23/2026#143
Merged
nuwangeek merged 4 commits intorootcodelabs:wipfrom Mar 23, 2026
Merged
Conversation
* remove unwanted file * updated changes * fixed requested changes * fixed issue * service workflow implementation without calling service endpoints * fixed requested changes * fixed issues * protocol related requested changes * fixed requested changes * update time tracking * added time tracking and reloacate input guardrail before toolclassifiier * fixed issue * fixed issue * added hybrid search for the service detection * update tool classifier * fixing merge conflicts * fixed issue * optimize first user query response generation time * fixed pr reviewed issues * service integration * context based response generation flow * fixed pr review suggested issues * removed service project layer * fixed issues * delete unnessary files * added requested changes * added seperate db for langfuse * fixed issue * partially completed langfuse deployment issue * Add Helm chart for RAG Module with database and service configurations --------- Co-authored-by: Thiru Dinesh <56014038+Thirunayan22@users.noreply.github.com>
…ns Field to OrchestrationResponse and TestOrchestrationResponse (#367) * remove unwanted file * updated changes * fixed requested changes * fixed issue * service workflow implementation without calling service endpoints * fixed requested changes * fixed issues * protocol related requested changes * fixed requested changes * update time tracking * added time tracking and reloacate input guardrail before toolclassifiier * fixed issue * fixed issue * added hybrid search for the service detection * update tool classifier * fixing merge conflicts * fixed issue * optimize first user query response generation time * fixed pr reviewed issues * service integration * context based response generation flow * fixed pr review suggested issues * removed service project layer * fixed issues * delete unnessary files * added requested changes * validate input sanitizer is compatible with mcq prefixes * updated OrchestrationResponse to support buttons field * removed md file * Enhance orchestration logging and update response models for choice buttons - Improved logging for button presence and count in orchestration requests. - Introduced ChoiceButton model for better structure in orchestration responses. - Updated OrchestrationResponse and TestOrchestrationResponse to use ChoiceButton. - Adjusted input sanitizer to unescape HTML before stripping tags for better security. - Added unit test to ensure entity-encoded script tags are handled correctly. --------- Co-authored-by: Thiru Dinesh <56014038+Thirunayan22@users.noreply.github.com>
* remove unwanted file * updated changes * fixed requested changes * fixed issue * service workflow implementation without calling service endpoints * fixed requested changes * fixed issues * protocol related requested changes * fixed requested changes * update time tracking * added time tracking and reloacate input guardrail before toolclassifiier * fixed issue * fixed issue * added hybrid search for the service detection * update tool classifier * fixing merge conflicts * fixed issue * optimize first user query response generation time * fixed pr reviewed issues * service integration * context based response generation flow * fixed pr review suggested issues * removed service project layer * fixed issues * delete unnessary files * added requested changes * fixed ruff check issues in src/contextual_retrieval --------- Co-authored-by: Thiru Dinesh <56014038+Thirunayan22@users.noreply.github.com>
* remove unwanted file * updated changes * fixed requested changes * fixed issue * service workflow implementation without calling service endpoints * fixed requested changes * fixed issues * protocol related requested changes * fixed requested changes * update time tracking * added time tracking and reloacate input guardrail before toolclassifiier * fixed issue * fixed issue * added hybrid search for the service detection * update tool classifier * fixing merge conflicts * fixed issue * optimize first user query response generation time * fixed pr reviewed issues * service integration * context based response generation flow * fixed pr review suggested issues * removed service project layer * fixed issues * delete unnessary files * added requested changes * fixed open reference and context links in a new tab issue --------- Co-authored-by: Thiru Dinesh <56014038+Thirunayan22@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements and fixes across the Docker Compose configuration, environment variables, frontend rendering, and documentation. The main highlights include standardizing the naming of the PostgreSQL service, improving Markdown rendering in the frontend, and adding initialization for the Langfuse database.
Docker Compose and Database Configuration Updates:
rag_search_dbtorag-search-dbacross all Docker Compose files (docker-compose.yml,docker-compose-test.yml,docker-compose-ec2.yml). This includes updating all references in service dependencies, environment variables, and container names to ensure consistency and prevent connection issues. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13]init-langfuse.sql) for the Langfuse database, which ensures thelangfuse-dbis created if it does not exist. This script is now mounted into the PostgreSQL container for automatic execution on startup. [1] [2] [3]Environment Variable Adjustments:
env.example) to reflect the new PostgreSQL service name and database, ensuring that theDATABASE_URLandPOSTGRES_DBvariables are accurate.Frontend Improvements:
TestModelpage by customizing the rendering of ordered lists and links, ensuring better readability and that links open securely in a new tab. [1] [2] [3] [4]Documentation:
kubernetes/CONTAINER_REGISTRY_SETUP.md) detailing how to build and push container images for deployment, with step-by-step instructions for each major component.Build Configuration: