AI-powered study assistant built with FastAPI, Next.js, RAG memory, PDF intelligence, and multimodal reasoning.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
25
commits
Merge branch 'main' of https://github.com/Forgingalex/forgeai
159efd8View on GitHubdocs: restructure README as cognitive systems narrative and move technical details to TECHNICAL.md
538a241View on GitHubRefactor README.md for improved structure and clarity
f1cf81eView on GitHubFix Google AI streaming: Use sync API with executor for reliable streaming
52ddfd3View on GitHubAdd hybrid AI approach: Google AI Studio (Gemini) as primary with Ollama fallback
bd690b1View on GitHubPolish codebase: Add tests, improve error handling, add logging, documentation, caching, rate limiting, and code quality improvements
85a61ceView on GitHubFix PDF upload: improve boolean parsing, add timeout handling, better error messages and loading states
a14ffdaView on GitHubOptimize PDF processing: run sync functions in thread pool, reduce pages/char limits for faster processing
2c1cee0View on GitHubFix MemoryError in PDF processing with memory-efficient page-by-page processing
f294dcfView on GitHub