https://github.com/rahul-0000-code/finsage-ai
https://github.com/rahul-0000-code/finsage-ai
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rahul-0000-code/finsage-ai
- Owner: rahul-0000-code
- Created: 2025-07-05T15:32:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-05T17:46:46.000Z (11 months ago)
- Last Synced: 2025-07-05T18:09:58.452Z (11 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# finsage-ai
```text
User
↓
Frontend
↓
FastAPI
↙︎ ↘︎
(uploads/query) ↘︎
[OCR/Embed/Chunk] ↘︎
↓ ↘︎
Milvus (embeddings) Neo4j (graph)
↑ ↑
[Retrieve context] ↑
↓ ↑
FastAPI aggregates context (incl. user profile from Postgres)
↓
Gemini API (LLM) ← [Prompt with context]
↓
FastAPI ← [LLM answer + citations]
↓
Frontend (show answer)
↓
Postgres (log session/conversation)
```