-
Replace this: What happened? What were you trying to achieve?
## Environment
Which environment were you using when you encountered the problem?
```bash
conda create -n bank python=3.10
cond…
-
# Reporting an Issue Here
Incorrect number of pages found in a particular pdf.
More Info:
Pages aren't being detected in specific pdf. It only brings back 1 page, but there are 26 pages. I ha…
zaryk updated
9 months ago
-
Replace this: What happened? What were you trying to achieve?
Exception in a document that has radio buttons;
`KeyError: '/_States_'`
## Environment
Which environment were you using when y…
-
we are using ts decorator in llamaindex ts
```json
{
"jsc": {
"parser": {
"syntax": "typescript",
"decorators": true
},
"target": "esnext",
"transform": {
…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
Here is a way to specify in loader chunk size tu use?
PDFReader = download_loader("PD…
-
try to extract image from this PDF file . page 6 image return "not enough image data page " page 9 and page 11 's images get extracted from this PDF file
## Environment
Which environment were yo…
-
```python
import pypdf
bill = pypdf.PdfReader('bill.pdf')
watermark_page = pypdf.PdfReader('watermark.pdf').pages[0]
out = pypdf.PdfWriter()
for page_idx in range(len(bill.pages)):
page …
-
Replace this: What happened? What were you trying to achieve?
When reading the size of some PDF pages, the "width" and "height" values are reversed, and the horizontal image is read as a vertical i…
-
Hi there, using the client like this
```python
from qdrant_client import QdrantClient
url = "https://"
client = QdrantClient(
url=url,
timeout=10,
)
client.
```
results in …
-
I am using the following command to start my server:
```bash
python3.10 /workspace/generate.py \
--base_model=meta-llama/Llama-2-13b-chat-hf \
--prompt_type=llama2 \
--save_dir='/…