Skip to content

Comments

Yang HW4#13

Open
xyanglu wants to merge 4 commits intoinference-ai-course:mainfrom
xyanglu:main
Open

Yang HW4#13
xyanglu wants to merge 4 commits intoinference-ai-course:mainfrom
xyanglu:main

Conversation

@xyanglu
Copy link

@xyanglu xyanglu commented Nov 26, 2025

This week's task was to create a RAG pipeline using recent arXiv cs.CL papers, converting them into searchable chunks, embedding them, and indexing them with FAISS. We then implement a simple query interface that takes a user question, retrieves the top relevant chunks, and displays them for further processing.

The deliverables are described below and can be found in the following files:

This script implements a FastAPI application that extracts text from PDF files, chunks the text, and uses a SentenceTransformer model to create embeddings for a FAISS index. It also provides a search endpoint to retrieve the top-3 passages based on a query.
@xyanglu xyanglu assigned xyanglu and ScottLL and unassigned xyanglu Nov 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants