ChaseKolozsy / TreeLex

(In Development) Automates the process of finding definitions and phrases where only one unknown word exists in the phrase and all words are known in the definition by having AI generate the definitions or modify the phrases to 1 unknown word. Keeps track of all phrases encountered and sorts them based on how many unknown words are in them.
1 stars 0 forks source link

add RAG to improve phrase generation #84

Open ChaseKolozsy opened 4 days ago

ChaseKolozsy commented 4 days ago

This should enable phrases to be generated with fewer unknown words in the phrase

ChaseKolozsy commented 4 days ago

potentially add an agentic workflow that helps to ensure that only words in the phrase are words you know except the target word

ChaseKolozsy commented 4 days ago

consider using SuperDuperDB for RAG