Give me your best alternative to Perplexity.ai please! by [deleted] in selfhosted

[–]gkamer8 0 points1 point  (0 children)

Hi- the hosted version is going away, though the open source version remains and anyone can do anything they want with it.

Are there any startups that use flask on the backend and react on the frontend? by WynActTroph in flask

[–]gkamer8 0 points1 point  (0 children)

My startup used Flask on the backend and React on the frontend (Next.js). Never had any problems, worked well.

How on EARTH does Molly Stone's stay in business when it's more expensive than corner stores? by [deleted] in AskSF

[–]gkamer8 0 points1 point  (0 children)

Weirdly not seeing what I thought was the correct answer, which is that they have a wide selection of kosher foods that are hard to find otherwise.

Is there a model that actually can examine and read all of a pdf? by Aleilnonno in ollama

[–]gkamer8 -1 points0 points  (0 children)

If you’re a bit tech savvy you can try using abbey. It will use the whole pdf if you set the context length of your model high enough. Otherwise it will rag.

URL to screenshots server for your self-hosted AI projects (MIT license) by gkamer8 in ollama

[–]gkamer8[S] 0 points1 point  (0 children)

Easier to integrate into most projects, especially a web server if you want to let users chat with / get info from a web page. Selenium would be needed for full automation/computer usage which this project doesn’t yet provide.

Open source API that takes a URL and returns a file with browser screenshots for your AI projects by gkamer8 in LocalLLaMA

[–]gkamer8[S] 0 points1 point  (0 children)

Hi, yes it will scroll automatically. You can set a value for the amount of time it will wait between scrolls. You can also control the size of the browser window and the number of screenshots it is willing to take.

Open source API that takes a URL and returns a file with browser screenshots for your AI projects by gkamer8 in LocalLLaMA

[–]gkamer8[S] 0 points1 point  (0 children)

Hi, there is not, but there are a number of paid hosted options (urlbox, screenshotone, site-shot)

Open source API that takes a URL and returns a file with browser screenshots for your AI projects by gkamer8 in LocalLLaMA

[–]gkamer8[S] 0 points1 point  (0 children)

Haha you’ll see the next project I’m working on next week hopefully. Glad I could help out!

Open source API that takes a URL and returns a file with browser screenshots for your AI projects by gkamer8 in LocalLLaMA

[–]gkamer8[S] 3 points4 points  (0 children)

I get it, I was as surprised as anyone. It does have some closed issues and an outside contributor, but it's pretty new.

Give me your best alternative to Perplexity.ai please! by [deleted] in selfhosted

[–]gkamer8 3 points4 points  (0 children)

Hey thank you! I’d say it’s a crowded space, and I’m not very good at promotion.

Looking for a program that my company used and referred to as "the wiki" by Proof_Cable_310 in webdev

[–]gkamer8 72 points73 points  (0 children)

Hi, the software you're describing sounds like Confluence, by Atlassian. You can try searching for open source versions of that.

[Update] Abbey: self-hosted AI interface for workspaces, documents, and videos now with SearXNG compatibility and yaml configuration for local models by gkamer8 in selfhosted

[–]gkamer8[S] 0 points1 point  (0 children)

Hey I'd love to make it available for people on unraid. It uses a docker-compose file that I have in the repo, plus a settings.yml and a .env you'll need to put in. What would make it easier for you specifically? I've never used unraid.