Commit Graph
11 Commits
Author SHA1 Message Date
furyhawk dee1e8f97d chore: bump version to 0.4.0 2026-06-16 21:07:40 +08:00
furyhawk af01fafea7 chore: bump version to 0.3.0 2026-06-15 10:18:18 +08:00
furyhawk 223b5bc5d0 chore: bump version to 0.2.1 2026-06-14 20:54:05 +08:00
furyhawk 7bc52e67dd chore: bump version to 0.2.0 2026-06-14 20:45:19 +08:00
furyhawk eb1aecd9d8 feat: Add embedding API configuration and update related services for improved integration 2026-06-13 22:28:41 +08:00
furyhawk bb4b614711 feat: Implement RAG document and sync services with vector store integration
- Added `vectorstore.py` for managing vector storage operations using Milvus.
- Introduced `rag_document.py` for handling RAG document lifecycle, including ingestion and status updates.
- Created `rag_status.py` for streaming RAG ingestion status via Redis pub/sub.
- Developed `rag_sync.py` for managing synchronization operations and logs.
- Implemented `sync_source.py` for managing sync source configurations and triggering syncs.
- Established a lightweight task dispatcher in `dispatcher.py` for background task execution.
- Registered task functions for RAG ingestion and sync operations in `rag_tasks.py`.
- Configured task dispatcher settings in `arq_settings.py`.
- Added necessary database models and schemas for RAG document and sync operations.
2026-06-13 21:52:27 +08:00
furyhawk 58a41093c6 feat(auth): implement authentication API with login, register, and token management
- Added token management functions in frontend API for storing and retrieving auth tokens.
- Created authentication routes in backend for user registration, login, and profile retrieval.
- Implemented JWT token creation and validation for secure user sessions.
- Updated frontend API calls to include authorization headers for protected routes.
- Added bcrypt dependency for password hashing in user registration.
2026-06-12 21:37:45 +08:00
furyhawk 55b5a18b90 feat: add PostgreSQL and Valkey configuration with async support, enhance database management 2026-06-12 20:05:45 +08:00
furyhawk c7e4665359 Refactor code structure for improved readability and maintainability 2026-06-12 18:16:01 +08:00
furyhawk 358baece76 feat: initialize frontend with React, Vite, and Tailwind CSS
- Add package.json with dependencies and scripts for development and build
- Create PostCSS configuration for Tailwind CSS and autoprefixer
- Implement main App component with chat functionality and message handling
- Create API module for sending messages to backend
- Add global CSS file with Tailwind directives and custom scrollbar styles
- Set up entry point for React application in main.tsx
- Define TypeScript environment types for Vite
- Configure Tailwind CSS with content paths
- Set up TypeScript configuration with strict settings
- Configure Vite with React plugin and API proxy for development
2026-06-12 17:07:26 +08:00
furyhawk 3d67e8d1e5 Refactor code structure for improved readability and maintainability 2026-06-12 16:39:48 +08:00