open-notebook/api
Luis Novo d7b0fff954
Api podcast migration (#93)
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
2025-07-17 08:36:11 -03:00
..
routers Api podcast migration (#93) 2025-07-17 08:36:11 -03:00
__init__.py Api podcast migration (#93) 2025-07-17 08:36:11 -03:00
auth.py Api podcast migration (#93) 2025-07-17 08:36:11 -03:00
client.py Api podcast migration (#93) 2025-07-17 08:36:11 -03:00
command_service.py Api podcast migration (#93) 2025-07-17 08:36:11 -03:00
context_service.py Api podcast migration (#93) 2025-07-17 08:36:11 -03:00
embedding_service.py Api podcast migration (#93) 2025-07-17 08:36:11 -03:00
episode_profiles_service.py Api podcast migration (#93) 2025-07-17 08:36:11 -03:00
insights_service.py Api podcast migration (#93) 2025-07-17 08:36:11 -03:00
main.py Api podcast migration (#93) 2025-07-17 08:36:11 -03:00
models.py Api podcast migration (#93) 2025-07-17 08:36:11 -03:00
models_service.py Api podcast migration (#93) 2025-07-17 08:36:11 -03:00
notebook_service.py Api podcast migration (#93) 2025-07-17 08:36:11 -03:00
notes_service.py Api podcast migration (#93) 2025-07-17 08:36:11 -03:00
podcast_api_service.py Api podcast migration (#93) 2025-07-17 08:36:11 -03:00
podcast_service.py Api podcast migration (#93) 2025-07-17 08:36:11 -03:00
search_service.py Api podcast migration (#93) 2025-07-17 08:36:11 -03:00
settings_service.py Api podcast migration (#93) 2025-07-17 08:36:11 -03:00
sources_service.py Api podcast migration (#93) 2025-07-17 08:36:11 -03:00
transformations_service.py Api podcast migration (#93) 2025-07-17 08:36:11 -03:00