fastapi_hf / routes

Commit History

Add endpoint to clear cached multi-agent responses in Redis
20e3813
Running

looh2 commited on

Update OneDrive folder name for HDF submissions to "Health Declaration Form"
38ffae8

looh2 commited on

Add public HDF submission endpoint with fixed account handling; implement upload size checks and secret validation
29b2767

looh2 commited on

Refactor OneDrive upload to use fixed clinic accounts based on save type; update documentation for target account handling
99d1005

looh2 commited on

Add startup diagnostics for OneDrive configuration: log presence of AZURE_CLIENT_ID, AZURE_CLIENT_SECRET, and count of parsed tokens; warn on malformed ONEDRIVE_REFRESH_TOKENS
50140dc

looh2 commited on

Refactor OneDrive integration for per-user uploads: implement user-specific OAuth2 token handling and update documentation for refresh token setup
f3597cf

looh2 commited on

Add OneDrive integration: implement upload functionality for clinic charts/reports and create OAuth2 token minting script
5a41378

looh2 commited on

Enhance Gmail integration: add endpoints for marking emails as read/unread and drafting replies; refactor inbox fetching to support unread-only filtering and improve email handling
636b301

looh2 commited on

Add support for managing ignored senders in Gmail integration; implement unignore functionality and enhance attachment handling
74a6c9c

looh2 commited on

Add ignore sender functionality to Gmail integration; implement endpoints for managing ignored senders and update triage logic
f807c57

looh2 commited on

Enhance Gmail integration to support email trashing; add trash candidates in responses and update documentation
1c220af

looh2 commited on

Refactor Gmail integration to use REST API with OAuth2
27c9b9b

looh2 commited on

Refactor Gmail agent to improve error handling and add timeouts for IMAP and LLM calls; remove unused code and enhance logging for better diagnostics
75fed48

looh2 commited on

Add Gmail integration for inbox triage and reply drafting; implement shared mailbox access and user-defined writing style
deafcd5

looh2 commited on

Update HISTORY_PERIOD to 1 year and optimize model prediction call in stock LSTM forecasting
88e805c

looh2 commited on

Add computer vision models for image classification and object detection; update Dockerfile and requirements
9c3865a

looh2 commited on

Remove training script for stock LSTM model and update dependencies; add support for new ticker D05.SI
5abb974

looh2 commited on

Add LSTM training script and update requirements for model artifacts
18a1da3

looh2 commited on

Revert main to a344aea state
7c393e3

looh2 Claude Opus 4.8 commited on

Update requirements and improve stock LSTM demo handling; adjust cache TTL values
1997856

looh2 commited on

Add image classification and object detection routes; include MobileNet and Faster R-CNN models
4f6d242

looh2 commited on

Refactor caching logic to improve cacheability determination based on conversation context; ensure session turns are persisted even on cache hits.
a344aea

looh2 commited on

Update RAG_SYSTEM_PROMPT to restrict output format; disallow Markdown or HTML tables for tabular data presentation
be2fa01

looh2 commited on

Implement data-source access control for SQL agent; add caching for user access profiles and enhance query processing with access validation
80406ea

looh2 commited on

Refactor multi-agent chat handling with improved caching, logging, and session management; enhance database schema for feedback logging
e571370

looh2 commited on

Enhance message routing with LLM integration, add image request override, and improve routing logic
e97e23f

looh2 commited on

Refactor agents to use asynchronous clients, enhance SQL execution with connection pooling, and improve rate-limiting logic
2648cc9

looh2 commited on

Enhance multi-agent routing with improved logging, timeout handling, and input sanitization
9e0837d

looh2 commited on

Implement admin user approval flow and enhance user status verification
4a9399d

looh2 commited on

Add history-aware query rewriting and improve follow-up detection in RAGAgent
5a58c33

looh2 commited on

Add caching to embedding function to reduce latency during RAG queries
905917d

looh2 commited on

Add history-aware query rewriting and groundedness scoring to RAG agent
bf49735

looh2 commited on

Increase expiration time for public document URLs to 3600 seconds and enhance URL handling for website-sourced documents
90adbc9

looh2 commited on

Refactor RAG chunking and retrieval logic; add match threshold and metadata filters for enhanced document retrieval
cb9035d

looh2 commited on

Add cross-encoder reranking support for improved answer accuracy and update requirements
935ca7f

looh2 commited on

Refactor token decoding logic to enhance support for asymmetric and symmetric JWTs
058d3a1

looh2 commited on

Refactor MessageRouter to replace sales and inventory keywords with database-related keywords
21e4e12

looh2 commited on

Add image generation functionality with DeepSeek and Hugging Face integration
43ce781

looh2 commited on

Remove infographic generation functionality and related imports from agents orchestration
eeea74a

looh2 commited on

Add Docker support with docker-compose for FastAPI and Redis setup
0fea761

looh2 commited on

Refactor SQL queries to improve aliasing for clarity and consistency
5ef6b84

looh2 commited on

Refactor SQL queries to improve readability and consistency in naming conventions
2b2e97a

looh2 commited on

Increase max_tokens limit for SQLAgent to enhance response capacity
ca8d0f8

looh2 commited on

Refactor SQL example inputs to use consistent aliasing for clarity and readability
db238b5

looh2 commited on

Revert "Clarify SQL example inputs in system prompt to enhance user understanding and ensure consistency in query structure"
1278666

looh2 commited on

Clarify SQL example inputs in system prompt to enhance user understanding and ensure consistency in query structure
0597e44

looh2 commited on

Revise SQL response prompts to clarify the order of results presentation, emphasizing business-friendly summaries followed by markdown tables.
342ce4c

looh2 commited on

Strip LLM preamble from SQL statements by identifying the start of the SQL query
21d42e9

looh2 commited on

Enhance SQL response formatting by requiring markdown tables for query results in prompts
a16095c

looh2 commited on

Refactor rate limiting implementation by creating a separate limiter module and applying limits to various routes
1afb89a

looh2 commited on