summaryrefslogtreecommitdiff
path: root/storage/migrations
AgeCommit message (Collapse)Author
2025-01-09Fix: RAG updatesGrail Finder
2025-01-07Enha (RAG): raw text as primary key in vector dbGrail Finder
2025-01-04Feat (RAG): tying tui calls to rag funcs [WIP; skip-ci]Grail Finder
RAG itself is annoying to properly implement, plucking sentences with no context is useless. Also it should not be a part of main package, same for goes for tui. The number of global vars is absurd.
2024-12-31Feat: add rag [wip; skip-ci]Grail Finder
2024-12-05Enha: add agent to chat history; gen-regen diffGrail Finder
2024-11-20Feat: add memory [wip]Grail Finder
2024-11-20Feat: migration on startupGrail Finder
2024-11-19Feat: add storage interface; add sqlite implGrail Finder