KallieLev

Results 2 issues of KallieLev

I want to be able to process 1 event that can have multiple schemas based on type. for example ```python class Event(faust.Record, serializer="json"): track_id: str class InsertDataEvent(Event): file_path: str type:...

## Problem fixing user warning ``` Directly instantiating an SQLDatabaseChain with an llm is deprecated. Please instantiate with llm_chain argument or using the from_llm class method. ``` ## Solution Describe...