Fix data transformation methods in stock LSTM prediction 7028811 Running looh2 commited on about 4 hours ago
Add computer vision models for image classification and object detection; update Dockerfile and requirements 9c3865a looh2 commited on about 4 hours ago
Remove training script for stock LSTM model and update dependencies; add support for new ticker D05.SI 5abb974 looh2 commited on about 5 hours ago
Fix upload message formatting and load environment variables for HF_TOKEN 499a50d looh2 commited on about 5 hours ago
Add LSTM training script and update requirements for model artifacts 18a1da3 looh2 commited on about 9 hours ago
Comment out yfinance and tensorflow in requirements.txt to streamline CPU-only setup for the RNN stock-LSTM demo 7aba2c0 looh2 commited on about 22 hours ago
Uncomment torchvision dependency in requirements.txt and re-enable yfinance and tensorflow for demo functionality dca311f looh2 commited on about 22 hours ago
Uncomment torchvision dependency in requirements.txt to enable image processing support ef99e00 looh2 commited on about 23 hours ago
Comment out torchvision dependency in requirements.txt to streamline CPU-only setup b0b84f0 looh2 commited on about 23 hours ago
Update requirements and improve stock LSTM demo handling; adjust cache TTL values 1997856 looh2 commited on about 24 hours ago
Update requirements.txt to specify CPU-only PyTorch and torchvision versions; add extra index URL for CPU wheels 7d5cb88 looh2 commited on 1 day ago
Add image classification and object detection routes; include MobileNet and Faster R-CNN models 4f6d242 looh2 commited on 1 day ago
Refactor caching logic to improve cacheability determination based on conversation context; ensure session turns are persisted even on cache hits. a344aea looh2 commited on 1 day ago
Update RAG_SYSTEM_PROMPT to restrict output format; disallow Markdown or HTML tables for tabular data presentation be2fa01 looh2 commited on 1 day ago
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 1 day ago
Refactor multi-agent chat handling with improved caching, logging, and session management; enhance database schema for feedback logging e571370 looh2 commited on 4 days ago
Enhance message routing with LLM integration, add image request override, and improve routing logic e97e23f looh2 commited on 4 days ago
Refactor agents to use asynchronous clients, enhance SQL execution with connection pooling, and improve rate-limiting logic 2648cc9 looh2 commited on 4 days ago
Enhance multi-agent routing with improved logging, timeout handling, and input sanitization 9e0837d looh2 commited on 4 days ago
Add detailed Product Requirements Document for FastAPI Multi-Agent + RAG Service 0fb7b50 looh2 commited on 7 days ago
Implement admin user approval flow and enhance user status verification 4a9399d looh2 commited on 7 days ago
Update README to clarify `TOP_K`/`FETCH_K` settings and enhance explanation of history-aware query rewriting cd9e63e looh2 commited on 8 days ago
Add history-aware query rewriting and improve follow-up detection in RAGAgent 5a58c33 looh2 commited on 8 days ago
Add caching to embedding function to reduce latency during RAG queries 905917d looh2 commited on 8 days ago
Add beginner-friendly explanation of RAG pipeline with detailed steps for data ingestion, preparation, embedding, search, and answer generation 22ab519 looh2 commited on 8 days ago
Enhance README with bold formatting for clarity in RAG techniques and evaluation metrics 7077050 looh2 commited on 8 days ago
Add history-aware query rewriting and groundedness scoring to RAG agent bf49735 looh2 commited on 8 days ago
Revise README for clarity and structure; enhance Quick Start and Environment Variables sections 38fbee5 looh2 commited on 8 days ago
Enhance README with detailed RAG techniques and ingestion sequences; update agentic flow chart for clarity b7f15cc looh2 commited on 8 days ago
Increase expiration time for public document URLs to 3600 seconds and enhance URL handling for website-sourced documents 90adbc9 looh2 commited on 8 days ago
Refactor RAG chunking and retrieval logic; add match threshold and metadata filters for enhanced document retrieval cb9035d looh2 commited on 8 days ago
Add cross-encoder reranking support for improved answer accuracy and update requirements 935ca7f looh2 commited on 8 days ago
Update CORS middleware to allow additional origins for frontend access f1015f3 looh2 commited on 11 days ago
Refactor token decoding logic to enhance support for asymmetric and symmetric JWTs 058d3a1 looh2 commited on 11 days ago
Refactor MessageRouter to replace sales and inventory keywords with database-related keywords 21e4e12 looh2 commited on 11 days ago
Enhance README with detailed Multi-Agent Chat flow and request processing diagrams b06f77e looh2 commited on 11 days ago
Add image generation functionality with DeepSeek and Hugging Face integration 43ce781 looh2 commited on 19 days ago
Remove infographic generation functionality and related imports from agents orchestration eeea74a looh2 commited on 19 days ago
Add Docker support with docker-compose for FastAPI and Redis setup 0fea761 looh2 commited on 19 days ago
Refactor SQL queries to improve aliasing for clarity and consistency 5ef6b84 looh2 commited on 28 days ago
Refactor SQL queries to improve readability and consistency in naming conventions 2b2e97a looh2 commited on 28 days ago
Increase max_tokens limit for SQLAgent to enhance response capacity ca8d0f8 looh2 commited on 28 days ago
Refactor SQL example inputs to use consistent aliasing for clarity and readability db238b5 looh2 commited on 28 days ago
Revert "Clarify SQL example inputs in system prompt to enhance user understanding and ensure consistency in query structure" 1278666 looh2 commited on 28 days ago
Clarify SQL example inputs in system prompt to enhance user understanding and ensure consistency in query structure 0597e44 looh2 commited on 29 days ago
Revise SQL response prompts to clarify the order of results presentation, emphasizing business-friendly summaries followed by markdown tables. 342ce4c looh2 commited on 29 days ago
Strip LLM preamble from SQL statements by identifying the start of the SQL query 21d42e9 looh2 commited on 29 days ago
Enhance SQL response formatting by requiring markdown tables for query results in prompts a16095c looh2 commited on 29 days ago