Live data from Hacker News

Can AI models act as an offline knowledge base?

news.ycombinator.com

1–3 of 3 posts

Can AI models act as an offline knowledge base?

#1
It seems like a lot of the knowledge of web has been encoded in these modern AI models ChatGPT etc. I was thinking today that these models can act as an offline knowledge base if somehow we can host these models locally. Of course it doesn't allow people to connect with each other atleast for now.

Re: Can AI models act as an offline knowledge base?

#2
Yes, You already can. And also with your data.

Give it shot (Windows/Linux/Mac installer):

https://gpt4all.io/index.html

Local version running in your browser (if you have webgpu)

https://mlc.ai/web-llm/

Transformers in browsers running localy (no gpu required)

https://xenova.github.io/transformers.js/

Exciting times

Re: Can AI models act as an offline knowledge base?

#3

Yes, You already can. And also with your data. Give it shot (Windows/Linux/Mac installer): https://gpt4all.io/index.html Local version running in your browser (if you have webgpu) https://mlc.ai/web-llm/ Transformers in browsers running localy (no gpu required) https://xenova.github.io/transformers.js/ Exciting times

Awesome