10 Commits

Author SHA1 Message Date
GW_MC
e033d67ec1 feat: Implement knowledge import feature for characters
- Added KnowledgeImport page for importing character knowledge from URLs.
- Integrated URL validation and error handling for unsupported websites.
- Created API endpoints for importing content from URLs and retrieving character knowledge.
- Enhanced VectorStoreService with logging and error handling for vector memory storage.
- Updated frontend to display knowledge sources and manage them effectively.
- Added support for fetching recent character knowledge as a fallback in similarity searches.
- Updated OpenAPI documentation to reflect new import functionality.
2026-02-24 14:29:26 +00:00
GW_MC
8714d6bd22 Phase 1 complete 2026-02-24 10:34:55 +00:00
GW_MC
630b60d7e2 chore: update Dockerfile to set PNPM_HOME and PATH for environment configuration 2026-02-23 22:15:02 +08:00
GW_MC
3456fa5461 chore: add pnpm setup command to Dockerfile for environment configuration 2026-02-23 22:13:53 +08:00
GW_MC
be93b5f3e9 chore: update Dockerfile to set pnpm store directory and remove environment variables 2026-02-23 22:11:03 +08:00
GW_MC
6b1a0136b0 feat: add initial backend and frontend structure with models, DTOs, and WebSocket events 2026-02-23 21:04:50 +08:00
GW_MC
932f384f0d chore: add pnpm workspace configuration for apps and packages 2026-02-23 21:04:19 +08:00
GW_MC
ab02758382 feat: add implementation plan and monorepo guide for DreamChat project 2026-02-23 19:14:45 +08:00
GW_MC
fbd5c84eca Add LICENSE and README files for project documentation 2026-02-23 19:14:39 +08:00
GW_MC
77ccc731be init 2026-02-23 18:56:52 +08:00