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: modularize chat service by extracting core logic into dedicated workflow functions
d8746a9

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: introduce VECTOR_SIZE configuration for dynamic Qdrant collection creation
5b1fbea

atara57769 commited on

feat: implement document chunking with configurable size and overlap during ingestion
5f50b2d

atara57769 commited on

refactor: modularize data loading and ingestion logic for improved maintainability
ebb16cc

atara57769 commited on

feat: clear existing collection in Qdrant before running ingestion process
6b63add

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

rename
1076719
verified

atara57769 commited on

Update README.md
4390368
verified

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: rename policy and product data files by removing _rag suffix
378351c

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

add rag data
840df5f

atara57769 commited on

Create app.py
a05e2b3
verified

atara57769 commited on

Create requirements.txt
d210a6d
verified

atara57769 commited on

initial commit
0820889
verified

atara57769 commited on