ai_ckeditor FEATURE: find references in the content and link to the corresponding reference.

Created on 31 January 2025, 2 months ago

Problem/Motivation

1. If you have all your content indexed in a RAG database
2. If you have the ckeditor module enabled
We could do the following:

Add a Ckeditor button: "Link references".
When clicking on the button:

  • Cut the text in parts (using LLM).
  • For each part do a RAG search if we can find references in our own DB.
  • Evaluate if the found sources are valid references. (LLM)
  • Change the input text, to link in the proper sources (just add hyperlinks, nothing more) (LLM).

This is just an idea.

Feature request
Status

Needs work

Version

1.0

Component

AI CKEditor

Created by

🇧🇪Belgium wouters_f Leuven

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024