You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: advanced_tutorials/llm_pdfs/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
# ⚙️ RAG and Fine-Tuning in Hopsworks - build a private PDF search system
1
+
# ⚙️ Build a private PDF search system using LLMs and RAG
2
2
*[Helper video describing how to implement this LLM PDF system](https://www.youtube.com/watch?v=8YDANJ4Gbis)
3
3
4
-
# ⚙️ Index Private PDFs for RAG, create and serve fine-tuned models from them, and include UI for querying
4
+
# ⚙️ Index Private PDFs for RAG, create a fine-tuned LLM, UI for querying
5
5
6
6
This project is an AI system built on Hopsworks that
7
7
* 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
0 commit comments