4 Commits

Author SHA1 Message Date
58c2224eb0 feat(ai): enhance AI with tool calling 2026-06-11 21:08:37 -03:00
d01ed613fb feat(ai): add AI chat and RAG embedding module
Core AI module with chat sessions, message history, pgvector embeddings,
semantic search via RAG, and Ollama integration for chat/embedding models.

Includes:
- Spring AI Ollama dependency (BOM 1.0.1)
- Entity model: ChatSession, ChatMessage, EmbeddingChunk
- Custom PostgreSQLVectorJdbcType for pgvector mapping
- Services: ChatService, EmbeddingService, ChatContextBuilder
- ChatController with SSE streaming endpoint
- Flyway migration V008 (pgvector extension + tables)
- AI configuration in application.yml
2026-06-08 20:12:59 -03:00
3b57f89943 feat(job): implement job processing and messaging 2026-06-07 15:03:57 -03:00
d3362571f2 feat(workspace): implement CRUD operations for workspaces 2026-06-06 19:17:57 -03:00