raggify-perception repo
Project description
Raggify Perception
Introduction
This document is an input reference for developing raggify-perception: the part of Raggify system.
Related Modules
Raggify App
- Developed as a web application
Web Server (raggify-app client)
- The
clientfolder is the root of raggify-app client - Frontend of raggify-app
- Uses React, TypeScript, etc.
- Main feature is chat-style querying over documents ingested into the knowledge base
- Chat UI aims for a NotebookLM-like experience
- RAG pipeline settings UI aims for a Dify-like experience
App Server (raggify-app server)
- The
serverfolder is the root of raggify-app server - Backend of raggify-app
- Python program
- Manages user information and routes requests to raggify server
- Sits between raggify-app client (front) and raggify server (back)
- raggify server is treated as a driver abstraction
- It has an agent implementation and uses the backend LLM server to generate answers
RAG Server (raggify server)
- The RAG foundation library described above
- Published as a PyPI library
- Handles upstream RAG processing (local file/URL ingestion, embeddings, index generation, etc.)
- Can selectively use local models and third-party APIs
- Supports several usage modes; in this project it runs as a resident REST API server
- This is where scaling should happen
Raggify Client
- Client program used when raggify server is accessed as a REST API server
- Published as a PyPI library
- Supports several usage modes; in this project it provides an API for requests from raggify-app server to raggify server
LLM Server
- Pure local LLM server.
Raggify Perception Library
- The development target of this project
- Provides REST API Client for OCR, ASR, and image, audio, and video captioning, used by the raggify server when ingesting documents and by the app server when generating queries
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
raggify_perception-0.0.2.tar.gz
(12.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file raggify_perception-0.0.2.tar.gz.
File metadata
- Download URL: raggify_perception-0.0.2.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
886d5f0ebd0840b8f933fa12f42bf48b3518c06f3427c18d44c166ca0913c6cb
|
|
| MD5 |
7e11bcdff660288e3a643537d3b44a88
|
|
| BLAKE2b-256 |
2a8660616b540afe3f810406b4a60a181d70e73d7f49f6f2dd558fb6bc5e7209
|
File details
Details for the file raggify_perception-0.0.2-py3-none-any.whl.
File metadata
- Download URL: raggify_perception-0.0.2-py3-none-any.whl
- Upload date:
- Size: 17.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60f28eb61e9d1dda96fe114c512896997ec9e73b2f43ff7ce8f0e374640cbe19
|
|
| MD5 |
b45356a8fb7180fd29dfccf592a91dcf
|
|
| BLAKE2b-256 |
3801a14033cc10aea7878e64e82055d2e6512f8189502b3df3261fef792f5e09
|