Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.04 KB

File metadata and controls

41 lines (29 loc) · 1.04 KB

rag

Overview

FZU-AI-ANSWER is an intelligent assistant application based on RAG technology, designed to provide notification aggregation, daily life assistance, and Q&A dialogue functionalities.

Running the Application

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

source entrypoint.sh
streamlit run web_page_reasoning.py

RAG

Data Chunking

chunk

Document Domain Alignment

HyDE

Performance Evaluation

evaluate

Tools