Skip to content

Comments

Wei Yang (William) Submit HW4#15

Open
williamgoodhouses-rgb wants to merge 1 commit intomainfrom
WeiYang-HW4
Open

Wei Yang (William) Submit HW4#15
williamgoodhouses-rgb wants to merge 1 commit intomainfrom
WeiYang-HW4

Conversation

@williamgoodhouses-rgb
Copy link
Contributor

This pull request contains my Week 4 homework submission for the MLE in GenAI course.

The notebook implements an end-to-end RAG (Retrieval-Augmented Generation) system:

  • PDF loading and text extraction using PyMuPDF
  • Chunking of extracted text into overlapping segments
  • Embedding generation using SentenceTransformer
  • FAISS vector index construction and saving (faiss.index, chunks.pkl, meta.pkl)
  • Similarity search pipeline to retrieve relevant text chunks
  • FastAPI endpoints (/search, /ask) for programmatic access

Notebook: Wei_Yang_week4_submission.ipynb
Submitted by: Wei Yang (William)

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.

1 participant