mathtext-wormhole-staging / mathtext_fastapi

Commit History

Adjust the threshold for sentiment analysis
5ce10a0

Greg Thompson commited on

Update variable name
4f0ace0

Greg Thompson commited on

Add logging to keyword recognition nlu
36bf77a

Greg Thompson commited on

Update message_text to str
0be28d8

Greg Thompson commited on

Update user's message text type
e0470d3

Greg Thompson commited on

Remove lower from text2int
39df6cb

Greg Thompson commited on

Update nlu to fix integer issue
4e0ade3

Greg Thompson commited on

Update nlu endpoint logic
cfc86b2

Greg Thompson commited on

Update threshold for using intent classification result
2783ab2

Greg Thompson commited on

Move model to global namespace
edd10ba

Greg Thompson commited on

Update intent classification model
9f56df0

Greg Thompson commited on

Add initial intent classification model to nlu endpoint
0dc3012

Greg Thompson commited on

Reorder the execution of nlu analysis
16d53be

Greg Thompson commited on

Fix typo in intent commands list
605f02f

Greg Thompson commited on

Update test cases for intent-classification endpoint
fc4d327

Greg Thompson commited on

Update nlu evaluation with basic intent classification using fuzzy comparison
71befd1

Greg Thompson commited on

Update confidence score for integer nlu
2051ea9

Greg Thompson commited on

Update nlu endpoint to handle new mathtext features
64033b8

Greg Thompson commited on

Update message_data object with keys
da5f9ac

Greg Thompson commited on

Update message_data object to use different versions of @event
765f432

Greg Thompson commited on

Update fsm manager to handle multiple cases
c6f9773

Greg Thompson commited on

Update support for two different versions of the quiz system
47c0422

Greg Thompson commited on

Fix style
b825f41

Greg Thompson commited on

Update conversation manager to modularize fsm call
bf90676

Greg Thompson commited on

Update the MathQuizFSM class to be more modular
e28f558

Greg Thompson commited on

Update correct answer format
247ffd3

Greg Thompson commited on

Fix typo
e211ff5

Greg Thompson commited on

Test user input
f4eb2a3

Greg Thompson commited on

Change the type of user input
4e06be6

Greg Thompson commited on

Separate prompt from other messages
43f7f8e

Greg Thompson commited on

Update conditions for managing the exit state
b1bc7e0

Greg Thompson commited on

Fix bugs and get pickled object to save to database
b71b7ec

Greg Thompson commited on

Add Supabase import to conversation_manager
284b919

Greg Thompson commited on

Fix import statement
7c00589

Greg Thompson commited on

Integrate transitions state machine for addition quiz
cc67cbe

Greg Thompson commited on

Fix spacing and name error
fbc5903

Greg Thompson commited on

Update code for PEP8 formatting
8acf519

Greg Thompson commited on

Improve code modularity and style and incorporate nlu into wormhole prototype
48c823d

Greg Thompson commited on

Update nlu api to remove author_id before saving to db
d7c0eb6

Greg Thompson commited on

Update nlu with to work with simplified event data object
1054a05

Greg Thompson commited on

Update conversation_manager functions to handle a new event data object
25fedb7

Greg Thompson commited on

Refactor conversation_manager to use simplified Turn.io event data object
038006a

Greg Thompson commited on

Update conversation_manager.py for code style and comments
f549aa3

Greg Thompson commited on

Use context_data's user_message for condition
31caaf3

Greg Thompson commited on

Update with print statements for testing
a9b208c

Greg Thompson commited on

Add an exit state
6335789

Greg Thompson commited on

Update initial welcome state conditions
8571e25

Greg Thompson commited on

Update context value
9f82225

Greg Thompson commited on

Update conversation_manager to handle sending multiple messages
249f836

Greg Thompson commited on

Update components related to context
63d32ce

Greg Thompson commited on