memos/plugin/ai
Chao Liu 45bdb34612 feat: implement AI tag suggestion core logic and API
- Add tag suggestion service with OpenAI integration
- Add memo service API for tag recommendations
- Implement workspace tag management endpoints
- Add rate limiting and caching for AI requests

Signed-off-by: Chao Liu <chaoliu719@gmail.com>
2025-08-22 10:05:40 +08:00
..
client.go feat: implement AI client with OpenAI integration 2025-08-22 10:05:40 +08:00
client_test.go feat: implement AI client with OpenAI integration 2025-08-22 10:05:40 +08:00
tag_suggestion.go feat: implement AI tag suggestion core logic and API 2025-08-22 10:05:40 +08:00