-
### Issue you'd like to raise.
Hi there,
I am learning how to use Pinecone properly with LangChain and OpenAI Embedding. I built an application which can allow user upload PDFs and ask questions …
-
I was trying to read few pdf files, most of the files worked properly and a file gave following error. Exception handling didn't worked for me.
## Environment
Python 3.10.0
pypdf2==3.0.1
## Co…
-
Hi there,
I've been trying to follow an example from the documentation, but unfortunately I am running into an issue.
```python
fpdf = FPDF()
fpdf.add_page()
fpdf.set_font("helvetica", size=1…
-
-
There are garbled characters and some text, which can be copied inside a viewer, can not be found in the `exctract_text()`
## Environment
```bash
$ python -m platform
Windows-10-10.0.22000-S…
-
### Bug Description
I'm following https://docs.llamaindex.ai/en/stable/examples/query_engine/knowledge_graph_rag_query_engine.html to create a graph query engine. However, I'm not able to load a Ne…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I want to use Llama Pack - Resume Screener with the embedding or LLM model which I…
-
Hey, I'm pretty sure it's just because I'm doing something wrong
```
Traceback (most recent call last):
File "/Users/shafeerali/Documents/Nanonets/avanto/API/ap2.py", line 196, in get_page_from…
-
Here is a way to specify in loader chunk size tu use?
PDFReader = download_loader("PDFReader")
loader = PDFReader()
chunks = loader.load_data(file=Path(file_path))
Thank you
-
### Issue you'd like to raise.
Hi there,
Before I was using local pickle files as the source of storage of my PDFs and chat history. And now I am moving into next step where I want to using Pinec…