presenton/servers/fastapi
sudipnext c7860127f2 feat: add support for optional embedded Ollama and enhance database migration handling
- Updated docker-compose.yml to allow disabling embedded Ollama via environment variable.
- Refactored Dockerfile and Dockerfile.dev for improved dependency management and installation process.
- Enhanced FastAPI migration scripts to handle orphaned Alembic revisions and added new database migration logic.
- Improved error handling in background tasks and Codex authentication endpoints.
- Added support for font file uploads with better validation and extraction of font names.
- Introduced new image search functionality with support for Pexels and Pixabay APIs.
2026-04-15 15:39:35 +05:45
..
alembic feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
api feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
assets fix(fastapi): replaces fastembed_vectorstore with chroma for ARM compatibility 2025-07-28 12:56:41 +05:45
constants feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
enums feat: implement Codex OAuth flow and integrate into application 2026-02-24 18:51:35 +05:45
models feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
services feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
static feat: Svg Icons & Icon Editor for svg 2025-09-11 16:02:03 +05:45
templates feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
tests feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
utils feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
.python-version feat(fastapi): adds a score based chunker to chunk documents for outlines 2025-08-03 16:33:55 +05:45
alembic.ini feat: implement database migration on startup and update dependencies for FastAPI 2026-03-08 20:05:44 +05:45
mcp_server.py fix: changes host to localhost for everything except nginx 2025-11-27 23:11:34 +05:45
migrations.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
openai_spec.json fix: rename 'prompt' to 'content' in presentation generation API and update tests accordingly 2026-01-04 17:33:05 +05:45
placeholder feat: implement database migration on startup and update dependencies for FastAPI 2026-03-08 20:05:44 +05:45
pyproject.toml feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
server.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
uv.lock feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45