Earlier quoted context omitted.
I'm not able to use this on TempleOS, please fix.
Yes but they claim it runs on Linux when it runs on Systemd.
Show HN: Open source alternative to ChatGPT and ChatPDF-like AI tools
31–40 of 65 posts
Re: Show HN: Open source alternative to ChatGPT and ChatPDF-like AI tools
#32Re: Show HN: Open source alternative to ChatGPT and ChatPDF-like AI tools
#33Earlier quoted context omitted.
Great questions. > 1. Does chat-with-pdfs function work with scanned PDFs? Not yet. We don't do OCR or anything to extract text from images yet. But that would be an awesome feature, so we would love to add it in the future. > 2. In the video example for chat-with-pdfs you show uploading a document interactively. The part of processing is quite slow. Can the tool be fed these documents offline as well? Not as of righ…
I haven't found an OCR tool reliable enough when it comes to scanned PDFs containing financial data where accuracy of amounts in the document is very important.
Re: Show HN: Open source alternative to ChatGPT and ChatPDF-like AI tools
#34Great job. This is a relatively crowded area, particularly RAG style chat systems. It might be nice for SecureAI to call out what makes their product different from other open source players in the same space, specifically Khoj and Danswer, both of which allow you to chat with your documents, offer network authentication, and allow you to plug in your own LLM. Danswer https://github.com/danswer-ai/danswer Khoj https:…
Do you happen to know of some that have been integrated into a slack chatbot?
Danswer has a slack connector, so it might be what you're looking for.
Re: Show HN: Open source alternative to ChatGPT and ChatPDF-like AI tools
#35I'm not able to use this locally on Alpine Linux because ollama needs glibc.
Re: Show HN: Open source alternative to ChatGPT and ChatPDF-like AI tools
#36I couldn't find this info in the readme... does this tool anonymize ChatGPT requests? What does it mean that it's a private an secure tool in the context of using ChatGPT?
Re: Show HN: Open source alternative to ChatGPT and ChatPDF-like AI tools
#37I couldn't find this info in the readme... does this tool anonymize ChatGPT requests? What does it mean that it's a private an secure tool in the context of using ChatGPT?
Re: Show HN: Open source alternative to ChatGPT and ChatPDF-like AI tools
#38What LLM is best for giving it your entire code base and database structure and then using it to help with your project?
Re: Show HN: Open source alternative to ChatGPT and ChatPDF-like AI tools
#39Earlier quoted context omitted.
I'm not able to use this on TempleOS, please fix.
this doesn’t work on Nix, pls fix
Either try to package it or use a docker image or maybe raise an issue noting the blocker and request it as a feature for some changes to give an easier path for to having it build more easily for NixOS
Apart from that, as expected, the docker image that is produced following the instructions is working fine with NixOS as host. All it needed for the build was the openssl packaged on the host.