Commit Graph

17 Commits

Author SHA1 Message Date
Luis Novo 4c2b8257fc
OpenAI compatible multimodal (#167)
* fix text

* remove lint from docker publish workflow

* gemini base url docs

* feat: add multimodal support for openai-compatible providers

- Add helper function to check OpenAI-compatible provider availability per mode
- Update provider detection to support language, embedding, STT, and TTS modalities
- Implement mode-specific environment variable detection (LLM, EMBEDDING, STT, TTS)
- Maintain backward compatibility with generic OPENAI_COMPATIBLE_BASE_URL
- Add comprehensive unit tests for all configuration scenarios
- Update .env.example with mode-specific environment variables
- Update provider support matrix in ai-models.md
- Create comprehensive openai-compatible.md setup guide

This enables users to configure different OpenAI-compatible endpoints for
different AI capabilities (e.g., LM Studio for language models, dedicated
server for embeddings) while maintaining full backward compatibility.

* upgrade

* chore: change docker release strategy
2025-10-19 07:44:05 -03:00
LUIS NOVO 7059493143 chore: export docs for custom gpt 2025-10-18 20:26:11 -03:00
LUIS NOVO 2b9ef266b4 chore: developer experience 2025-10-18 18:14:16 -03:00
Luis Novo b7e656a319
Version 1 (#160)
New front-end
Launch Chat API
Manage Sources
Enable re-embedding of all contents
Sources can be added without a notebook now
Improved settings
Enable model selector on all chats
Background processing for better experience
Dark mode
Improved Notes

Improved Docs: 
- Remove all Streamlit references from documentation
- Update deployment guides with React frontend setup
- Fix Docker environment variables format (SURREAL_URL, SURREAL_PASSWORD)
- Update docker image tag from :latest to :v1-latest
- Change navigation references (Settings → Models to just Models)
- Update development setup to include frontend npm commands
- Add MIGRATION.md guide for users upgrading from Streamlit
- Update quick-start guide with correct environment variables
- Add port 5055 documentation for API access
- Update project structure to reflect frontend/ directory
- Remove outdated source-chat documentation files
2025-10-18 12:46:22 -03:00
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
LUIS NOVO 10049342cb chore: force .env on uv run 2025-06-03 12:57:51 -03:00
LUIS NOVO ff80787d6a chore: tag make command 2025-06-01 08:10:05 -03:00
LUIS NOVO b1e0e8ad99 migrate to uv 2025-03-11 20:49:10 -03:00
LUIS NOVO 3500383e7d docker image improvs 2024-11-14 15:22:18 -03:00
LUIS NOVO cd3ad2e9fa simplify docker setup 2024-11-14 09:50:33 -03:00
LUIS NOVO ee67258beb add full docker image with db 2024-11-08 18:30:34 -03:00
LUIS NOVO 2f2cdabd2d Fix issue with model defaults and bump version 2024-10-30 18:28:29 -03:00
LUIS NOVO 9ca9ac9de1 office packages 2024-10-28 16:33:31 -03:00
LUIS NOVO c3f3c9cb93 update docs to new release info 2024-10-23 15:40:28 -03:00
LUIS NOVO 737bc51f09 update docker image documentation for multi-model 2024-10-22 18:53:04 -03:00
LUIS NOVO 093c5dabbb build 0.0.2 2024-10-22 18:27:04 -03:00
LUIS NOVO bcd260a28b Initial commit with all features 2024-10-21 14:56:10 -03:00