RAG (Retrieval-Augmented Generation) #7
Replies: 2 comments 2 replies
-
Hi Jarrod. |
Beta Was this translation helpful? Give feedback.
-
It looks like I may have resolved the issues mentioned earlier. This marks the third major architectural redesign in an effort to keep up with the rapid advancements in AI. I've developed some scripts to automate the process of converting llama.cpp C++ code into a format that can be used with Delphi. So much has changed that I've decided to build an entirely new product, while still maintaining the same ease of use. I'm in the early stages, but if you're interested in testing these early builds, join my Discord and reach out about AI testing. I'll make them available to anyone who wants to be part of the initial testing phase. |
Beta Was this translation helpful? Give feedback.
-
I have started the implementation of Retrieval-Augmented Generation (RAG) in LMEngine. This feature will utilize an SQLite database for vector embeddings. The upcoming update will include support for LocalDb, providing local SQLite database functionality. Once the implementation is completed, thoroughly tested, and proven stable, I will proceed with the development of vector embedding capabilities. Stay tuned. 😎
Beta Was this translation helpful? Give feedback.
All reactions