Commit History

Fix data transformation methods in stock LSTM prediction
7028811
Running

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

Fix upload message formatting and load environment variables for HF_TOKEN
499a50d

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

Comment out yfinance and tensorflow in requirements.txt to streamline CPU-only setup for the RNN stock-LSTM demo
7aba2c0

looh2 commited on

Uncomment torchvision dependency in requirements.txt and re-enable yfinance and tensorflow for demo functionality
dca311f

looh2 commited on

Uncomment torchvision dependency in requirements.txt to enable image processing support
ef99e00

looh2 commited on

Comment out torchvision dependency in requirements.txt to streamline CPU-only setup
b0b84f0

looh2 commited on

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

looh2 commited on

Update requirements.txt to specify CPU-only PyTorch and torchvision versions; add extra index URL for CPU wheels
7d5cb88

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

Add detailed Product Requirements Document for FastAPI Multi-Agent + RAG Service
0fb7b50

looh2 commited on

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

looh2 commited on

Update README to clarify `TOP_K`/`FETCH_K` settings and enhance explanation of history-aware query rewriting
cd9e63e

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 beginner-friendly explanation of RAG pipeline with detailed steps for data ingestion, preparation, embedding, search, and answer generation
22ab519

looh2 commited on

Enhance README with bold formatting for clarity in RAG techniques and evaluation metrics
7077050

looh2 commited on

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

looh2 commited on

Revise README for clarity and structure; enhance Quick Start and Environment Variables sections
38fbee5

looh2 commited on

Enhance README with detailed RAG techniques and ingestion sequences; update agentic flow chart for clarity
b7f15cc

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

Update CORS middleware to allow additional origins for frontend access
f1015f3

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

Enhance README with detailed Multi-Agent Chat flow and request processing diagrams
b06f77e

looh2 commited on

Add Multi-Agent Chat flow diagram to README
d96d413

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