TeoR95

Results 15 issues of TeoR95

Hello everyone, I am Matteo and I am currently working on an AI project where the idea is to give to a large language model thousands of english PDFs (around...

Hello everyone, I have just a few questions: Is it possible to use R2R with HuggingFace? Moreover, does R2R work with almost 100k pdfs? Because I tested RAG with several...

Hello everyone, I have just a few questions: Does privateGPT work with almost 100k pdfs? Because I tested RAG with several tutorials and it took 10 minutes to reply to...

Good morning, I am trying to download a pdf of a science paper with this code line: _!python -m PyPaperBot --query="10.1038/s41598-023-43091-0" --scholar-pages=2 --dwn-dir="path/to/download/dir"_ The query string is a DOI and...

Hello everyone, I was used to launch "scipdf_parser" on Google Colab and it worked so well! Today I tried to launch it again with the same commands, but it does...

Hello everyone, I am new to RAG and I wanted to ask you all a question: Does ask-multiple-pdfs work with almost 100k pdfs? Moreover, is it possible to load the...

Hello everyone, Currently, I am working on an AI project where the idea is to "teach" a large language model thousands of english PDFs (around 100k, all about the same...

Hello everyone, I have a question: can I use "localGPT" with 100k PDFs? Because I tested different RAG tutorials and unfortunately it took more than 10 minutes to reply to...

Hello everyone, I am trying to download a paper with this command (after login in Unpaywall): from unpywall import Unpywall !unpywall download 10.1002/ags3.12621 -f article.pdf -p "path/to/dir" But instead of...

Hello everyone! I am trying to download a paper with Python and this command: _!unpywall download 10.4049/jimmunol.1701153 -f article.pdf -p '/path/folder/'_ Unfortunately, it does not download a pdf, but a...