feat: RAG init

This commit is contained in:
Petr Mironychev
2025-01-26 17:51:01 +01:00
parent 1fa6a225a4
commit 5a426b4d9f
14 changed files with 726 additions and 4 deletions

View File

@ -64,7 +64,7 @@ public:
Q_INVOKABLE void removeFileFromLinkList(int index);
Q_INVOKABLE void calculateMessageTokensCount(const QString &message);
Q_INVOKABLE void setIsSyncOpenFiles(bool state);
Q_INVOKABLE void openChatHistoryFolder();
Q_INVOKABLE void testRAG();
Q_INVOKABLE void updateInputTokensCount();
int inputTokensCount() const;