Hammad712 commited on
Commit
b93f061
Β·
verified Β·
1 Parent(s): 7e431a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -21
README.md CHANGED
@@ -1,23 +1,8 @@
1
- # RiverGen AI Engine API
2
 
3
- A high-performance FastAPI wrapper for the RiverGen AI logic, capable of routing and executing queries across SQL, Vector, and Streaming (Kafka/Kinesis) data sources.
4
 
5
- ## πŸš€ Features
6
- - **Master Router**: Automatically directs prompts based on intent and source type.
7
- - **Dialect Awareness**: Handles Kinesis Shards and Kafka Topics dynamically.
8
- - **Stream Analytics**: Supports windowing, moving averages, and anomaly detection.
9
- - **Pydantic Validation**: Strict schema enforcement for data source payloads.
10
-
11
- ## πŸ› οΈ Folder Structure
12
- ```text
13
- app/
14
- β”œβ”€β”€ main.py # FastAPI Entry point
15
- β”œβ”€β”€ core/
16
- β”‚ β”œβ”€β”€ config.py # Environment & Model settings
17
- β”‚ └── agents.py # Specialized Agent logic (SQL, Vector, Stream)
18
- β”œβ”€β”€ services/
19
- β”‚ └── rivergen.py # Core workflow orchestrator
20
- β”œβ”€β”€ routers/
21
- β”‚ └── execution.py # API Endpoints
22
- └── schemas/
23
- └── payload.py # Input/Output validation models
 
 
1
 
 
2
 
3
+ title: PSA
4
+ emoji: πŸ€–
5
+ colorFrom: blue
6
+ colorTo: indigo
7
+ sdk: docker
8
+ app_port: 7860