- Add GET handler to /api/charts/[id] route to fetch chart metadata - Fix batch prediction to use regular /predict endpoint with database candles - Remove /predict/batch usage (was designed for file-based predictions) - Make volume field optional in CandleData model (database candles don't have volume) - Convert timestamps to ISO dates for batch requests Known issue: TA-Lib indicators failing with 'input array type is not double' - May need to ensure candle data is float64/double type before processing |
||
|---|---|---|
| .. | ||
| __init__.cpython-313.pyc | ||
| annotation_ingestion.cpython-313.pyc | ||
| config.cpython-313.pyc | ||
| db.cpython-313.pyc | ||
| main.cpython-313.pyc | ||
| preprocessing.cpython-313.pyc | ||