The most frustrating thing about the many, many clones of this exact type of idea is that pretty much all of them require OpenAI. Stop doing that. You will have way more users if you make OpenAI (or anything that requires cloud) the 'technically possible but pretty difficult art of hoops to make it happen' option, instead of the other way around. The best way to make these apps IMO is to make them work entirely local…
PdfGptIndexer: Indexing and searching PDF text data using GPT-2 and FAISS
11–20 of 143 posts
Re: PdfGptIndexer: Indexing and searching PDF text data using GPT-2 and FAISS
#12Is there a company that makes a hosted version of something like this? I quite want a little AI that I can feed all my data to to ask questions to.
Re: PdfGptIndexer: Indexing and searching PDF text data using GPT-2 and FAISS
#13Keep your data private and don't leak it to third parties. Use something like privateGPT (32k stars). Not your keys, not your data. "Interact privately with your documents using the power of GPT, 100% privately, no data leaks"[0] [0] https://github.com/imartinez/privateGPT
Re: PdfGptIndexer: Indexing and searching PDF text data using GPT-2 and FAISS
#14The most frustrating thing about the many, many clones of this exact type of idea is that pretty much all of them require OpenAI. Stop doing that. You will have way more users if you make OpenAI (or anything that requires cloud) the 'technically possible but pretty difficult art of hoops to make it happen' option, instead of the other way around. The best way to make these apps IMO is to make them work entirely local…
Locally ran LLMs are far worse.
I don't like it either, but for now, if you want good RAG, you have to use GPT-4
Re: PdfGptIndexer: Indexing and searching PDF text data using GPT-2 and FAISS
#15Re: PdfGptIndexer: Indexing and searching PDF text data using GPT-2 and FAISS
#16Re: PdfGptIndexer: Indexing and searching PDF text data using GPT-2 and FAISS
#17The most frustrating thing about the many, many clones of this exact type of idea is that pretty much all of them require OpenAI. Stop doing that. You will have way more users if you make OpenAI (or anything that requires cloud) the 'technically possible but pretty difficult art of hoops to make it happen' option, instead of the other way around. The best way to make these apps IMO is to make them work entirely local…
Although until these things can do my laundry none of them deserve any of my compute time either.
Re: PdfGptIndexer: Indexing and searching PDF text data using GPT-2 and FAISS
#18Keep your data private and don't leak it to third parties. Use something like privateGPT (32k stars). Not your keys, not your data. "Interact privately with your documents using the power of GPT, 100% privately, no data leaks"[0] [0] https://github.com/imartinez/privateGPT
How does this run on an Intel Mac? I have a 6 core i9. Haven't been able to get an M series yet so Im wondering if it would be more worth it to run it in a cloud computing environment with a GPU.
If so set your archflags during pip install. eg: ARCHFLAGS="-arch x86_64" pip3 install -r requirements.txt
Re: PdfGptIndexer: Indexing and searching PDF text data using GPT-2 and FAISS
#19Re: PdfGptIndexer: Indexing and searching PDF text data using GPT-2 and FAISS
#20gpt4all has this truly locally. I recommend those with a decent GPU to give it a go.