Creates the API layer for Open Notebook Creates a services API gateway for the Streamlit front-end Migrates the SurrealDB SDK to the official one Change all database calls to async New podcast framework supporting multiple speaker configurations Implement the surreal-commands library for async processing Improve docker image and docker-compose configurations
3 lines
112 B
Text
3 lines
112 B
Text
REMOVE TABLE IF EXISTS episode_profile;
|
|
REMOVE TABLE IF EXISTS speaker_profile;
|
|
REMOVE TABLE IF EXISTS episode;
|