fix: improve add data section (#740)
This commit is contained in:
14
docs/data-sources/pdf-file.mdx
Normal file
14
docs/data-sources/pdf-file.mdx
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
title: 'PDF File'
|
||||
---
|
||||
|
||||
|
||||
### PDF File
|
||||
|
||||
To add any pdf file, use the data_type as `pdf_file`. Eg:
|
||||
|
||||
```python
|
||||
app.add('a_valid_url_where_pdf_file_can_be_accessed', data_type='pdf_file')
|
||||
```
|
||||
|
||||
Note that we do not support password protected pdfs.
|
||||
Reference in New Issue
Block a user