Commit History

feat: add conversation history support to chat service and update Gradio UI for interactive sessions
491caa2
Running

atara57769 commited on

feat: implement modular RAG architecture, query routing, metadata-filtered retrieval, and a comprehensive offline testing suite.
af355c6

atara57769 commited on

refactor: move title from launch configuration to Blocks constructor in Gradio interface
2f6c22c

atara57769 commited on

refactor: migrate chat and ingestion logic into dedicated services and consolidate database initialization
177071b

atara57769 commited on

feat: implement AI query router and metadata-based filtering for RAG retrieval with updated UI controls
63e89a8

atara57769 commited on

feat: implement RAG pipeline with Qdrant vector store, Groq LLM integration, and structured prompt management
bbd91de

atara57769 commited on

feat: migrate LLM from local Flan-T5 to Groq API and add environment configuration files
b71661a

atara57769 commited on

feat: refine system prompt, set max sequence length, and adjust generation parameters for improved response quality
45c9e8c

atara57769 commited on

refactor: replace transformers pipeline with manual model loading and add Gradio UI interface
148f8e0

atara57769 commited on

refactor: restrict retrieval to the single most relevant document and remove Gradio UI implementation
44c31bc

atara57769 commited on

refactor: remove code comments, optimize retrieval logic, and refine LLM prompting and output formatting
54bd46f

atara57769 commited on

refactor: reduce retrieval counts, improve document filtering logic, and enforce stricter prompt constraints for the LLM assistant
9253f89

atara57769 commited on

fix: update pipeline task type from text2text-generation to text-generation
2f0e017

atara57769 commited on

refactor: optimize RAG pipeline with Flant-T5, centralized retrieval, and UI refinements
588d079

atara57769 commited on

feat: update Qdrant indexing, add payload filtering, and switch to Mistral-7B model for RAG pipeline
7ab6bf3

atara57769 commited on

refactor: remove unused imports, standardize naming, and update Qdrant filters to use FieldCondition objects
6280cfe

atara57769 commited on

feat: integrate local LLM pipeline and structured RAG retrieval for policies and products
cade431

atara57769 commited on

refactor: remove redundant section headers, inline helper functions, and simplify retrieval and chat logic
eb64059

atara57769 commited on

refactor: optimize data ingestion with type metadata, improve retrieval filtering, and clean up codebase structure
cc6062a

atara57769 commited on

refactor: implement UUID generation for ingestion and replace local transformer pipeline with placeholder LLM function
0b6ca2d

atara57769 commited on

refactor: swap Flan-T5 for GPT-2 causal language model and clean up ingestion and UI code
8cd5117

atara57769 commited on

refactor: clean up imports, update LLM to flan-t5-small, and refine Gradio UI labels
26ad2e6

atara57769 commited on

refactor: modernize data ingestion, update LLM pipeline implementation, and improve Qdrant configuration handling
9c050cb

atara57769 commited on

refactor: migrate to local LLM inference using flan-t5 and remove HuggingFace API dependency
33e0507

atara57769 commited on

refactor: improve Qdrant initialization, enhance data ingestion, and add robust error handling to RAG pipeline
27594de

atara57769 commited on

feat: implement automated Qdrant collection recreation and improve LLM response handling and UI presentation
47487a9

atara57769 commited on

refactor: migrate from langchain-community to langchain-qdrant for vector store integration
0e10228

atara57769 commited on

refactor: simplify code structure, refine system prompt, and migrate Gradio interface to Blocks API
0053a08

atara57769 commited on

feat: implement ingest_to_qdrant function to upload policy and product data to vector store
a7f7cb9

atara57769 commited on

feat: add load_files utility to parse policy and product JSON data
fa367c4

atara57769 commited on

Create app.py
a05e2b3
verified

atara57769 commited on