[Online] RAGged Edge Box: A Personal AI-Powered Document Search System

![[Online] RAGged Edge Box: A Personal AI-Powered Document Search System](https://secure.meetupstatic.com/photos/event/c/6/5/2/highres_523490770.webp?w=750)
Details
One of the most popular embodiments of Generative AI are information retrieval (IR) augmented generation (RAG). Such systems use an information retrieval engine (based on semantic embeddings or keyword search) and then use a Large Language Model (LLM) to extract answers to a given query.
These systems require a large amount of computation and are usually implemented in the cloud which presents data privacy issues.
In this talk we will present The RAGged Edge Box project in which basic embedding systems and small local LLMs are packaged inside a multi-platform virtual machine (VirtualBox). The system provides a Web interface that runs locally and allows access to the RAG functionality in a completely private manner. The neural networks run on a ONNX runtime and do not require a GPU. RAG code is implemented in PHP and is easy to modify, requiring a much smaller execution environment than a Python alternative.
https://textualization.com/ragged/
Outline
- RAGged Edge Box demo
- AI Concepts (RAG, LLMs, Embeddings)
- RAG Concepts (IR, chunk, prompt)
- RAGged Edge Box (concept, advantages)
- RAGged Edge Box Architecture
- Enabling Technology Bits (ONNX, PHP Semantic Search)
- Extension Points
- VM Packaging
- RAGged Edge Box as a Platform
----------------------------------------
How to Join the Webinar
----------------------------------------
You can join via your browser (no app download required). Use Chrome or Firefox. Pre-register for the webinar:
https://www.bigmarker.com/neo4j/Data-Umbrella-Webinar
--------------------------------
Video Recording
--------------------------------
This event will be recorded and placed on our YouTube. We usually have it up within 24 hours of the event. Subscribe to our YT and set your notifications: https://www.youtube.com/c/DataUmbrella/
----------------------------------------
Time
----------------------------------------
16:00 UTC, 9am PT / 12pm ET/ 7pm EAT/ 9:30pm IST
----------------------------------------
Additional Details
----------------------------------------
Talk Level: Beginner
Pre-reqs: None
Prep Work: None
Resources: https://textualization.com/ragged/
----------------------------------------
Connect with Data Umbrella
----------------------------------------
We invite you to follow Data Umbrella on our social networking sites to keep up to date on the latest news.

[Online] RAGged Edge Box: A Personal AI-Powered Document Search System