AI-Powered Tag Recommendation Feature #5000
Replies: 5 comments 5 replies
-
Wow, it's #5000! |
Beta Was this translation helpful? Give feedback.
-
@chaoliu719 I like this approach to introducing AI: starting with a small tag suggestion feature, which is also simple to use. So I think this is a good start, and we can expand the AI capabilities later as needed. However, for code implementation, we should try to keep the PRs small. We can first introduce |
Beta Was this translation helpful? Give feedback.
-
I really do love this feature, but would also really like to see an Ollama integration as the standard. With Memos already being a self-hosted option, most likely care about their privacy, and I feel AI would likely also fall into this camp. |
Beta Was this translation helpful? Give feedback.
-
Just completed a major upgrade to the AI tag recommendation system. This release transforms a basic environment variable-based configuration into a comprehensive, production-ready AI integration with full UI support. tag-recommand-settings-demo.movWhat's newPrevious Implementation:
Current Implementation:
Key Features
|
Beta Was this translation helpful? Give feedback.
-
Thanks everyone for the feedback. It seems this feature isn't getting much attention at the moment, so I'll be closing this discussion for now. I'll continue to maintain the AI functionality in my fork. If you're interested, check out the progress here: https://github.com/chaoliu719/memos/tree/tag-recommand |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Overview
I've implemented a comprehensive AI-driven tag recommendation system that seamlessly integrates with the Memos platform. This feature uses Large Language Model (LLM) APIs, such as those from OpenAI, Anthropic, and Gemini, to analyze memo content and suggest relevant tags.
Code & Demo
You can explore my code and see the feature in action via the links below:
tag.recommand.demo.mov
How to Use
Please jump to https://github.com/orgs/usememos/discussions/5000#discussioncomment-14148770
Beta Was this translation helpful? Give feedback.
All reactions