-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
Description
Allow users to ask natural language questions over their notes (a private knowledge base) using agents or LLMs. For example: “What did I write about X?” or “List all tasks I mentioned in my notes from last week.” This should be making use of DigitalOcean’s Gradient AI platform.
Acceptance Criteria:
- UI to input questions / queries over user notes.
- Backend logic to retrieve relevant context from notes (search / embeddings).
- Use of an AI model to answer based on those notes.
- Privacy: only include the user's own notes.
- Correct handling of long contexts (pagination, chunking).
Reactions are currently unavailable