Skip to content

Commit b4026ba

Browse files
Add PDF upload and access instructions (#151)
* Add PDF upload and access instructions Added instructions for uploading PDF files to the stage folder and accessing them within the notebook. * use pdfplumber
1 parent a5af76e commit b4026ba

File tree

4 files changed

+563
-466
lines changed

4 files changed

+563
-466
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[meta]
2+
authors=["singlestore"]
3+
title="Ask questions of your PDFs with PDFPlumber"
4+
description="Ask questions of your unstructured PDFs. In this notebook, PDFPlumber ingests pdfs, then Open AI is used to create embeddings, the vector data is stored in SingleStore and finally ask questions of your PDF data"
5+
icon="file-export"
6+
difficulty="beginner"
7+
tags=["ingest", "pdf","vector","pdfplumber"]
8+
lesson_areas=["AI", "Integrations"]
9+
destinations=["spaces"]
10+
minimum_tier="standard"

0 commit comments

Comments
 (0)