Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rasa 3.6 upgrade * changed pymupdf * fixed docker anf gitlabci * added prod and dev requirements * fixed requirements * removed mock stores * add pip upgrade * added folder creation with parents folder * added docker system cleanup * fixed validate prompts test case * added kairon version 3 docker * fix kairon base tag * added models in base image for nltk, spacy * fixed setupfiles * removed virtual env * fix step in gitlab * python version in setup.sh * gitlab ci corrected * gitlab ci corrected * pyssl issue fixed * added virtual env with caching * added pip upgrade in venv * web search action merged * event server changes * added elastic search as dependency * fixed action server issue * optmised docker image * test fixed for ujson * merge chatserver and pyscript action * fixed kairon LanguageModelFeaturizer * merged master changes * optmised docker to improve build and push time * evaluator service corrected * changed debug log to error * added timeout for chat and action server * added timeout for chat and action server * added environment variable for chat and action server for timeout * 1. added default config for kairon rule policy 2. added granian for action and chat server 3. added error log level for action and chat server * 1. added default config for kairon rule policy 2. added granian for action and chat server * fix multi-flow stories * 1. fix action test 2. actor version 3. fix get request for external api * add channel changes * changed the name of kairon rule policy to KRulePolicy * xray removed * removed kairon KRulePolicy * test cases fixed * test cases fixed * removed constrain_similarities * moved kairon RulePolicy from base to chatserver * changes tracker condition * merged event db changes for db server * added pyston * email error fixed * fix kairon history saving issue * removed pyston from test pipeline * base image version fix * updated rasa version * added meta data in tracker events * fix form action not running * added entities to slot autofill * fix auto-fill feature for slots * 1. form fixes * hard delete for bot data. * 1. added granian 2 added default tab * build corected * library updated * removed granian * form fix * fixed test failures due to merge conflicts * fixed test failures due to merge conflicts * when intent is deleted then all the respected training example must be deleted * test case fixed * added asynccontext manager startup and shutdown event deprecated * Fixed - All stories are getting converted to QnA after file upload. 1. Changed the logic of get_template_type function to retrieve the template type. 2. Fixed test cases. * allow adding conditions to slot mappings and filter slot mappings attached to form * change slack to slack_sdk deprecated * changed the default port 8083 to somthing random * apm turn off for services * test case fixed for apm client * test case fixed for apm client * lifespan fixed for fastapi * fixed test failure * added dependency and fixed test failures * Modified get_slot_mappings function. * 1. added deprecated components for config 2. updated rasa and other libraries * removed versions for domain.yml * fix for add bot data in prod * dependencies updated * merged the prod changes * library updated * removed default path parameter and added google my business dependency Co-authored-by: udit-pandey <[email protected]> Co-authored-by: nupur-khare <[email protected]> * fixed test failures post code merge from master * added json support for pyscript action * added json support for pyscript action * Fixed - onboarding not working on new uat. Changed domain.yml's path * Upload & Download -> Database Action. * Modified moto version in requirements.txt * Modified moto version in requirements.txt and dev.txt * Multiple parameters/collections in prompt action. 1. Gave prompt-specific hyperparameters, collection top_results, and similarity_threshold. 2. Added unit and integration test cases. 3. Fixed test cases. * kairon 2.x changes merged in 3.x * kairon 2.x changes merged in 3.x * log level fixed * log level fixed * on boarding fix * added test case for copy pretrained model * kernel security fix * onboarding fix * onboarding fix test cases * onboarding fix test cases * 1. updated open ai embedding model 2. added security fix for amazonlinux * removed docker build stage * Fixed the download chat history issue on New UAT. * Fixed the download chat history issue on New UAT and fixed the test case. * download history fixed * moved to single docker image * history download fix * removed force from gitlab pipeline * changes in linkedin scope * fixed chat test cases * fixed chat test cases * Gpt fix. * fixed chat test cases * gitlab ci stages removed * removed release docker build * prod changes merged * updated rasa 3.6.18 * 1. added open telemetry 2. updated rasa to 3.6.19 * otel bootstrap corrected * downgraded otel dude to dependencies issue * packaging updated * downgraded packing version * added instrumentation for cli * Line integration (#1158) * tempurary commit * Line platform integration * removed unnecessary imports --------- Co-authored-by: spandan.mondal <[email protected]> * added only required library for instrumentation * Fixed load model exception issue and fixed test cases. (#1159) Co-authored-by: Mahesh <[email protected]> * merged changes from production * http action logs * removed unidentifying resources * Fixed Prompt action * removed unidentifying resources * Fixed Prompt action * info logging for linkedin sso * info logging for linkedin sso * - removing 'run_async' as its no more required by rasa SDK * Added default date range of 6 months for the trends APIs and made changes in aggregation pipeline for few APIs and fixed test cases. (#1167) Co-authored-by: Mahesh <[email protected]> * linkedin sso fix * info logging for linkedin sso * info logging for linkedin sso * linkedin sso fix * - removing 'run_async' as its no more required by rasa SDK * - removing await for slack * - Added link in template as dynamic link * - Added link in template as dynamic link * Prevent Any Slot (#1169) * Added validation to prevent the slot with any type while adding or updating the form. * Added validation to prevent the slot with any type while adding or updating the form. --------- Co-authored-by: Mahesh <[email protected]> * model training issue fixed * fixed docker vulnerabilities * fixed docker vulnerabilities * live agent * 1. added model train in Dockerfile 2. add the logic to handle flag for similarity prompt * added logger for timestamp validation for history * DB Action with user msg (#1176) * db action query with user message and added and fixed few test cases. * db action query with user message and added and fixed few test cases. * db action query with user message and added and fixed few test cases. * Added llm_settings validation while creating and updating the db_action. --------- Co-authored-by: Mahesh <[email protected]> * Slot mapping normalization (#1179) Co-authored-by: spandan.mondal <[email protected]> * changed tester roles for configure nudge and configure telemetry. (#1178) Co-authored-by: Mahesh <[email protected]> * fixed issue related to security * fixed from_date issue on analytics api * fixed from_date issue on analytics api * Removed validation for the payload value while creating the db action (#1181) Co-authored-by: Mahesh <[email protected]> * fixed issue related to security * Upload with Prompt Action (#1182) * Fixed the validation issue for prompt action while uploading the files. * Fixed the validation issue for prompt action while uploading the files. * Added test cases for the prompt action with bot_content as source. --------- Co-authored-by: Mahesh <[email protected]> * fixed issue related to security * Prompt Action response time (#1186) * Added response time for the prompt action and fixed test cases * Added response time for the prompt action and fixed test cases --------- Co-authored-by: Mahesh <[email protected]> * 1. rasa version updated 2. added single day for test script generation * test cases fixed * live agent integration * live agent integration * removed default bot in kairon * live agent integration * light agent -small changes * light agent -small changes -part 2 * light agent -small changes -part 3 * light agent -code cleanup * code cleanup * code cleanup * code cleanup * code cleanup * test case fixes * test case fixes * test case fixes * flag for live agent, added type for live_agent_action in get_stories --------- Co-authored-by: Fahad Ali Shaikh <[email protected]> Co-authored-by: udit_pandey <[email protected]> Co-authored-by: Nupur Khare <[email protected]> Co-authored-by: Udit Pandey <[email protected]> Co-authored-by: nupur-khare <[email protected]> Co-authored-by: Mahesh <[email protected]> Co-authored-by: hghuge <[email protected]> Co-authored-by: spandan.mondal <[email protected]> Co-authored-by: maheshsattala <[email protected]> Co-authored-by: sushantpatade <[email protected]>
- Loading branch information