From f0555e8d560823c4d4adef1c49df964ed64250da Mon Sep 17 00:00:00 2001 From: Jim Dowling Date: Thu, 23 May 2024 10:02:13 +0200 Subject: [PATCH] Update README.md Fix titles --- advanced_tutorials/llm_pdfs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/advanced_tutorials/llm_pdfs/README.md b/advanced_tutorials/llm_pdfs/README.md index a2d1f87a..fccd4b9d 100644 --- a/advanced_tutorials/llm_pdfs/README.md +++ b/advanced_tutorials/llm_pdfs/README.md @@ -1,7 +1,7 @@ -# ⚙️ RAG and Fine-Tuning in Hopsworks - build a private PDF search system +# ⚙️ Build a private PDF search system using LLMs and RAG * [Helper video describing how to implement this LLM PDF system](https://www.youtube.com/watch?v=8YDANJ4Gbis) -# ⚙️ Index Private PDFs for RAG, create and serve fine-tuned models from them, and include UI for querying +# ⚙️ Index Private PDFs for RAG, create a fine-tuned LLM, UI for querying This project is an AI system built on Hopsworks that * creates vector embeddings for PDF files in a google drive folder (you can also use local/network directories) and indexes them for retrieval augmented generation (RAG) in Hopsworks Feature Store with Vector Indexing