Deepak K
Deepak K
## What - Changes in backend and structure tool to support highlight v2 - Send metadata by default from prompt service ## Why - Metadata is sent by default, because...
# Final refactoring and testing is in progress ## What - ## Why - ## How - ## Can this PR break any existing features. If yes, please list possible...
## What - Fixed summary indexing ## Why - local variable 'filename' referenced before assignment ## How - Moved the filename initialization outside if statement ## Can this PR break...
## What Multitenancy v2 changes for `prompt_studio_output_manager` app Note: Need to verify related name in model, add db_comment and then generate migration file. ## Why - ## How - ##...
## What - Included application_name when initializing db - Updated `docker-compose.yaml` to pass the `APPLICATION_NAME` as env because same backend image is used by multiple services and we need to...
## What String being passed instead of boolean for FLIPT_SERVICE_AVAILABLE ## Why String will always be considered as true. ## How - ## Can this PR break any existing features....
## What - Fixed platform service access log not visible - Refactored platform-service - Added entrypoint.sh for platfrom service and `pdm run platform_service` uses gunicorn instead of flask now. ##...
## What - Added enable highlight flag Note: Tool needs to be built once PR is merged. ## Why - To reduce tokens consumed by highlight if highlighting is not...
## What - Fixed issue in prompt construction due to which the response was partial ## Why - In the prompt, context is placed before the actual question which we...
## What - Added missing metrics key for table and record type ## Why - ## How - ## Can this PR break any existing features. If yes, please list...