Files
t6_mem0/docs/data-sources/pdf-file.mdx
2023-09-30 23:43:44 +05:30

14 lines
244 B
Plaintext

---
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.