feat: add conversation history support to chat service and update Gradio UI for interactive sessions 491caa2 Running atara57769 commited on about 1 month ago
feat: implement modular RAG architecture, query routing, metadata-filtered retrieval, and a comprehensive offline testing suite. af355c6 atara57769 commited on about 1 month ago
refactor: modularize chat service by extracting core logic into dedicated workflow functions d8746a9 atara57769 commited on about 1 month ago
refactor: move title from launch configuration to Blocks constructor in Gradio interface 2f6c22c atara57769 commited on about 1 month ago
refactor: migrate chat and ingestion logic into dedicated services and consolidate database initialization 177071b atara57769 commited on about 1 month ago
feat: implement AI query router and metadata-based filtering for RAG retrieval with updated UI controls 63e89a8 atara57769 commited on about 1 month ago
feat: introduce VECTOR_SIZE configuration for dynamic Qdrant collection creation 5b1fbea atara57769 commited on about 1 month ago
feat: implement document chunking with configurable size and overlap during ingestion 5f50b2d atara57769 commited on about 1 month ago
refactor: modularize data loading and ingestion logic for improved maintainability ebb16cc atara57769 commited on about 1 month ago
feat: clear existing collection in Qdrant before running ingestion process 6b63add atara57769 commited on about 1 month ago
feat: implement RAG pipeline with Qdrant vector store, Groq LLM integration, and structured prompt management bbd91de atara57769 commited on Jun 2
feat: migrate LLM from local Flan-T5 to Groq API and add environment configuration files b71661a atara57769 commited on Jun 2
feat: refine system prompt, set max sequence length, and adjust generation parameters for improved response quality 45c9e8c atara57769 commited on May 17
refactor: replace transformers pipeline with manual model loading and add Gradio UI interface 148f8e0 atara57769 commited on May 17
refactor: restrict retrieval to the single most relevant document and remove Gradio UI implementation 44c31bc atara57769 commited on May 17
refactor: remove code comments, optimize retrieval logic, and refine LLM prompting and output formatting 54bd46f atara57769 commited on May 17
refactor: reduce retrieval counts, improve document filtering logic, and enforce stricter prompt constraints for the LLM assistant 9253f89 atara57769 commited on May 17
fix: update pipeline task type from text2text-generation to text-generation 2f0e017 atara57769 commited on May 17
refactor: optimize RAG pipeline with Flant-T5, centralized retrieval, and UI refinements 588d079 atara57769 commited on May 17
feat: update Qdrant indexing, add payload filtering, and switch to Mistral-7B model for RAG pipeline 7ab6bf3 atara57769 commited on May 17
refactor: remove unused imports, standardize naming, and update Qdrant filters to use FieldCondition objects 6280cfe atara57769 commited on May 17
feat: integrate local LLM pipeline and structured RAG retrieval for policies and products cade431 atara57769 commited on May 17
refactor: remove redundant section headers, inline helper functions, and simplify retrieval and chat logic eb64059 atara57769 commited on May 17
refactor: optimize data ingestion with type metadata, improve retrieval filtering, and clean up codebase structure cc6062a atara57769 commited on May 17
refactor: implement UUID generation for ingestion and replace local transformer pipeline with placeholder LLM function 0b6ca2d atara57769 commited on May 17
refactor: swap Flan-T5 for GPT-2 causal language model and clean up ingestion and UI code 8cd5117 atara57769 commited on May 17
refactor: clean up imports, update LLM to flan-t5-small, and refine Gradio UI labels 26ad2e6 atara57769 commited on May 17
refactor: modernize data ingestion, update LLM pipeline implementation, and improve Qdrant configuration handling 9c050cb atara57769 commited on May 17
refactor: migrate to local LLM inference using flan-t5 and remove HuggingFace API dependency 33e0507 atara57769 commited on May 17
refactor: improve Qdrant initialization, enhance data ingestion, and add robust error handling to RAG pipeline 27594de atara57769 commited on May 17
feat: implement automated Qdrant collection recreation and improve LLM response handling and UI presentation 47487a9 atara57769 commited on May 17
refactor: migrate from langchain-community to langchain-qdrant for vector store integration 0e10228 atara57769 commited on May 17
refactor: rename policy and product data files by removing _rag suffix 378351c atara57769 commited on May 17
refactor: simplify code structure, refine system prompt, and migrate Gradio interface to Blocks API 0053a08 atara57769 commited on May 17
feat: implement ingest_to_qdrant function to upload policy and product data to vector store a7f7cb9 atara57769 commited on May 17
feat: add load_files utility to parse policy and product JSON data fa367c4 atara57769 commited on May 17