thompsgj/mathtext-fastapi
Remove please, understand, and question keywords
Merge branch 'staging'
Merge branch 'staging' of https://huggingface.co/spaces/thompsgj/mathtext-fastapi into staging
Add test for question and expected_answer in message payload
Merge branch 'staging'
Merge branch 'staging' of https://huggingface.co/spaces/thompsgj/mathtext-fastapi into staging
Fix data response for keyword matching with no match
Merge branch 'staging'
Merge branch 'staging' of https://huggingface.co/spaces/thompsgj/mathtext-fastapi into staging
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
Merge branch 'staging'
Merge branch 'staging' of https://huggingface.co/spaces/thompsgj/mathtext-fastapi into staging
Update nlu endpoint with additionally logging around alternative decode process
Update endpoint request handling and validation
Merge branch 'staging'
Merge branch 'staging' of https://huggingface.co/spaces/thompsgj/mathtext-fastapi into staging
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
Merge branch 'staging'
Merge branch 'staging' of https://huggingface.co/spaces/thompsgj/mathtext-fastapi into staging
Update tests in nlu.py and make_request.py to reflect original b-string input
Remove initial input capture
Try to parse initial request
Capture initial data
Merge branch 'staging'
Merge branch 'staging' of https://huggingface.co/spaces/thompsgj/mathtext-fastapi into staging
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
Merge branch 'staging'
Merge branch 'staging' of https://huggingface.co/spaces/thompsgj/mathtext-fastapi into staging
Update payload validity check to remove unnecessary field
Merge branch 'staging'
Merge branch 'staging' of https://huggingface.co/spaces/thompsgj/mathtext-fastapi into staging
Update date parsing
Merge branch 'staging'
Merge branch 'staging' of https://huggingface.co/spaces/thompsgj/mathtext-fastapi into staging
Update nlu endpoint with payload validity check
Revert mathtext version
Update requirements.txt to use older version of mathtext
Merge branch 'staging' of https://huggingface.co/spaces/thompsgj/mathtext-fastapi into staging
Remove sentiment endpoint
Merge staging versions
