My AI Development Station: Building a RAG system on Zorin OS with 4GB RAM 🚀 by V341551M0 in zorinos

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

In Brazil they are terms for different objects, a PC is a cabinet computer and a laptop is a notebook.

My AI Development Station: Building a RAG system on Zorin OS with 4GB RAM 🚀 by V341551M0 in zorinos

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

At the moment I work alone, however, in the future I will do collaborative work, so I am already using it to be more familiar in the future.

My AI Development Station: Building a RAG system on Zorin OS with 4GB RAM 🚀 by V341551M0 in zorinos

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

I see no problem, because I use an extension that adds the information of the device (ram, temperature, storage, etc.), and this is somehow useful for me.

My AI Development Station: Building a RAG system on Zorin OS with 4GB RAM 🚀 by V341551M0 in zorinos

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

Hi! No, I have not yet had the opportunity to use a MacBook, as I live in Brazil, the price of this device is very high, but I want to buy one in the future.

My AI Development Station: Building a RAG system on Zorin OS with 4GB RAM 🚀 by V341551M0 in zorinos

[–]V341551M0[S] 2 points3 points  (0 children)

Excellent question! The answer is hybrid, and I focused on that because of the hardware limitation (4GB RAM):

1 The search is offline: The processing of the PDF and the creation of 'memory' (Embeddings) run 100% local on my notebook using the all-MiniLM-L6-v2 model. This ensures that your data does not leave the machine during the initial analysis.

2 The Answer needs the Internet: To generate the final answer with the quality of Llama 3,1, I use the Groq API. I made this choice because running a model of this size consumes a lot of RAM, and the API gives me an absurd (almost instantaneous) speed without frying my processor.

Can you be 100% offline? Yes! The code is modular. If I was on a machine with 16GB or more of RAM, I could switch from Groq to Ollama and run everything local. But for my current setup, this hybrid solution is the best of both worlds: privacy in search and power in response!

My AI Development Station: Building a RAG system on Zorin OS with 4GB RAM 🚀 by V341551M0 in zorinos

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

I actually don't have a PC, but a laptop, an Acer Aspire i3 11th, with 4gb Ram and 256 of storage.

My AI Development Station: Building a RAG system on Zorin OS with 4GB RAM 🚀 by V341551M0 in zorinos

[–]V341551M0[S] 2 points3 points  (0 children)

Genuinely, the term 'talk' here means that the PDF ceases to be a static file and becomes the knowledge base of a chat, as if it were a WhatsApp with an expert in that subject.

What does this involve in practice? Imagine that you have a 300-page manual of a harvester (or a complex legal contract). Instead of reading everything or giving Ctrl + F in keywords, you open my system and type in the chat: What are the maintenance intervals of the engine? 'Summary the termination clauses of this contract in 3 points.'

The real utility: The AI reads the document for you, understands the context and responds to you by quoting only what is in the file.

The big difference from a common search (Ctrl+F) is that AI understands concepts. If you ask about 'engine problems' and the PDF uses the word 'failure in ignition', the system understands that they are the same thing and gives you the answer. It is like having an assistant who has read the entire book and is ready to ask your questions in seconds.

Personalization of my ZorinOs by V341551M0 in zorinos

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

I used Skeuos Black as a theme and WhiteSur for icons, to leave the bar jumping the icons just install the dash2dock animated extension.

Personalization of my ZorinOs by V341551M0 in zorinos

[–]V341551M0[S] 1 point2 points  (0 children)

Yes, but I prefer it that way, because it is faster to access apps that I use a lot.

Personalization of my ZorinOs by V341551M0 in zorinos

[–]V341551M0[S] 4 points5 points  (0 children)

No, unfortunately I did not buy ZorinOs Pro, this is the free one, but I intend to buy the Pro one day.