RandomZ / app /main.py

Commit History

Fix HF startup when OPENAI_API_KEY secret is missing or only in Space env.
970bad4

StormShadow308 Cursor commited on

Ship personalised RAG, 10m SLA, parallel generate, and AI phase docs for HF pilot.
be9fd4a

StormShadow308 Cursor commited on

Prioritize production AI: photo vision fix, HF profile, and inspector on generate.
7fa723a

StormShadow308 Cursor commited on

feat: async pipeline, job queue, generation hardening, and docs
732b14f

StormShadow308 Cursor commited on

chore: update Docker configuration and application settings for improved deployment
31cee57

StormShadow308 commited on

feat: adaptive writing style — user docs first, KB fallback, few-shot examples
377c1bc

StormShadow308 Claude Sonnet 4.6 commited on

- Added support for RICS survey levels (1, 2, 3) in document uploads and reports, allowing for better tier management and retrieval filtering.
b76f199

StormShadow308 commited on

Added canonical rollout functionality, including new API endpoints and request/response models for upgrading indexed content. Updated main application to include the canonical rollout router. Introduced a new document loading function for raw documents in the ingestion pipeline. This enhances content management and semantic upgrades across the application.
569bceb

StormShadow308 commited on

- Introduced a new API endpoint for finding similar content in the tenant's workspace, allowing users to identify overlapping uploads and draft notes.
0908f70

StormShadow308 commited on

- Replaced timezone.utc with UTC from datetime for consistent datetime handling.
faa8fb3

StormShadow308 commited on

feat: FAISS-only vector store (remove Chroma)
32c4506

StormShadow308 commited on

- Introduced `ingest_timeout_seconds` setting in config.py to define maximum time for document ingestion.
3f046da

StormShadow308 commited on

Merge origin/experiment-lab (LangChain RAG) into experiment-lab + product features
837762d

StormShadow308 commited on

- Updated .gitignore to exclude proprietary RICS documents.
d611f45

StormShadow308 commited on

- Updated `.env.example` to include new settings for bulk upload limits and batch processing.
3c31a2a

StormShadow308 commited on

fix: comprehensive codebase review fixes (critical + major + minor issues)
3f6fdc5

StormShadow308 commited on

feat: add complete browser UI with upload, section config, generate and results views
f06fd2b

StormShadow308 commited on

fix: resolve startup and background task issues for Python 3.13 + Starlette 0.52
5618b02

StormShadow308 commited on

feat: scaffold complete RAG system for RICS-style report generation
dc1b199

StormShadow308 commited on