Feature Request: Search / Q+A system, based on Retrieval Augmented Generation (RAG) #374

Open
opened 2026-02-04 18:51:38 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @lifeinchords on GitHub (Oct 24, 2023).

Search is a foundational aspect for effectively using a kanban app.
This system could be even more useful than a traditional search https://github.com/plankanban/planka/issues/308 https://github.com/plankanban/planka/issues/53

It has 3 parts:

  • Retrieval: get relevant cards based on the person's search query
  • Generation: a generative AI model uses these relevant cards to understand their context and generate a concise answer
  • Contextual links: links to the cards used to generate the answer, or specific aspects of the cards (description, attached images, tags, etc)

Feature pipeline could use open source components, like llama_index, Open Access AI models, like Mistral 7b model, or possibly take an OpenAI API key

Originally created by @lifeinchords on GitHub (Oct 24, 2023). Search is a foundational aspect for effectively using a kanban app. This system could be even more useful than a traditional search https://github.com/plankanban/planka/issues/308 https://github.com/plankanban/planka/issues/53 It has 3 parts: - Retrieval: get relevant cards based on the person's search query - Generation: a generative AI model uses these relevant cards to understand their context and generate a concise answer - Contextual links: links to the cards used to generate the answer, or specific aspects of the cards (description, attached images, tags, etc) Feature pipeline could use open source components, like [llama_index](https://gpt-index.readthedocs.io/en/latest/examples/query_engine/knowledge_graph_rag_query_engine.html), Open Access AI models, like [Mistral 7b model](https://mistral.ai/news/announcing-mistral-7b/), or possibly take an OpenAI API key
OVERLORD added the enhancement label 2026-02-04 18:51:38 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#374