-
> (5) is het mogelijk om ook PDF als inputformaat aan te bieden? [kennelijk is er in Python een importmodule waarmee dat makkelijk kan: "from PyPDF2 import PdfReader"]
-
### Bug description
```python
When parsing the following file:
"""
agentskills.py
This module provides various file manipulation skills for the OpenDevin agent.
Functions:
- open_fil…
-
https://github.com/jerryjliu/llama_index/blob/3cf8e1ace43787812d2e7e2c8f2ac7dfad0e6972/llama_index/readers/file/docs_reader.py#L35-L44
Scientific papers typically follow a consistent format and hav…
-
When using `page.merge_page(wmPage, over=True)` to apply a stamp, the stamp is scaled
## Environment
Windows 10 x64, Python 3.10 x64
```bash
$ python -m platform
Windows-10-10.0.19045-SP0
…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
Hello, we've recently moved from using the disk based SimpleVectorStore to using the Pin…
-
I started to watch the `/var/log/update.log` on `danswer/danswer-background` and noticed the following exceptions raised:
```
07/15/2023 04:23:59 PM update.py 95 : Starting new indexin…
-
**Operation System**: Windos 10
**DocFX Version Used**: 2.43.2
**Template used**: `default`
**Steps to Reproduce**:
1. Take artifacts from [documentation](https://dotnet.github.io/docfx/tuto…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
Hello,
I'm new to Llamaindex, try to use node_parser to control chunk size of a pdf d…
-
I'm trying to use Ragas to evaluate my Langchain app.
Still trying to build it at the moment. I have a `TestsetGenerator.from_default()`, to which I'm feeding a list of Document Chunks i have create…
-
Hi,
I've got this PDF (see attachment) which opens just fine in a PDF viewer but fails to get parsed:
```
PDFSyntaxError Traceback (most recent call last)
in ()
…