Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Nicer readme for llm-pdfs
  • Loading branch information
jimdowling authored May 23, 2024
1 parent f0555e8 commit 571bd74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions advanced_tutorials/llm_pdfs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ⚙️ Build a private PDF search system using LLMs and RAG
# ⚙️ Private PDF search 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 a fine-tuned LLM, UI for querying
# ⚙️ RAG, Fine-tune a 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
Expand Down

0 comments on commit 571bd74

Please sign in to comment.