TangibleAI/mathtext-fastapi
Remove please, understand, and question keywords
Merge branch 'production'
Merge branch 'production' of https://huggingface.co/spaces/TangibleAI/mathtext-fastapi into production
Merge branch 'staging' into production
Add test for question and expected_answer in message payload
Fix data response for keyword matching with no match
Remove print statement from keyword search
Update keyword matching to work with phrases
Add keyword support for skip and menu
Add keyword support for skip and menu
Add additional keyword support for skip and menu
Merge branch 'production'
Add logging and error validation to nlu endpoint
Merge branch 'staging' into production
Update nlu endpoint with additionally logging around alternative decode process
Update endpoint request handling and validation
Merge branch 'staging' of https://gitlab.com/tangibleai/community/mathtext-fastapi into staging
Add error handling for additional payload types
remove duplicate check of message_updated_at
Update nlu.py
Update tests in nlu.py and make_request.py to reflect original b-string input
Update payload_is_valid to fix issue with date checking
simplify type checking for payload with schema dict
merge isoparser
helper scripts for managing pyproject.toml
nlu assertions to log error messages for all possible errors in payload data format
Update payload validity check to remove unnecessary field
Update date parsing
Update nlu endpoint with payload validity check
Remove sentiment endpoint
Merge branch 'staging' of https://gitlab.com/tangibleai/community/mathtext-fastapi into staging
Merge branch 'staging' of https://gitlab.com/tangibleai/community/mathtext-fastapi into staging
Remove curriculum graph diagram
Fix formatting
Update nlu endpoint with additional logging
Update nlu keyword commands and message filtering
Update nlu keyword tests
Merge staging into feature-wormhole
Add graph representation of the curriculum states
Merge branch 'production'
Merge branch 'staging' into production
Merge branch 'staging' into production
Lower traces_sample_rate
Lower traces_sample_rate
Add Sentry to FastAPI app
Add Sentry to FastAPI app
Merge main into staging
Merge main into staging
Merge staging into main
Updated v2_conversation_manager to handle message_package from data-driven quiz
