Nube here. Very interesting, Thanks. You have several models downloaded. Are they on an external drive? and what is the configuration of your machine?
@AISoftwareDeveloper7 күн бұрын
The models are stored on my local hard drive - 14'' MPB (late 2023) with M3 and 1TB storage. You can store them in an external drive, if space is an issue. The operations will be slower, but it will work. Thanks for the comment!
@geelws888011 күн бұрын
I would love a video on how to build custom high quality datasets with nomic
@albertcurtis120110 күн бұрын
You really can't using their PC models ... they are very stupid.
@AISoftwareDeveloper10 күн бұрын
Can you elaborate on the use case and the tools? Is this with Nomic Atlas or GPT4ALL?
@SteveHodgkiss19 күн бұрын
As it's an installed application, is there any way to use the local models inside an editor such as Visual Studio or Windsurf?
@themax2go9 күн бұрын
Yes in options activate openai endpoint
@AISoftwareDeveloper9 күн бұрын
I don’t see a reason why not. The models are downloaded to a folder you can configure and therefore load and use from anywhere else you need to. Great question!
@mohameddonia65449 күн бұрын
Hey, thanks for sharing! Does it have a limit on PDF file size? I've got some files that are almost 5GB. Will it work?
@AISoftwareDeveloper9 күн бұрын
I am not aware of any limits, but parsing a PDF of that size will be a challenge for any application, not just gpt4all. A powerful CPU, tons of RAM and GPU may be able to help. Otherwise, you may want to parse the PDFs into Markdown first, using something like LlamaParse (paid) and then process the MD files in gpt4all. The embeddings will still take time though.
@naitik_patel8 күн бұрын
Can I use this as a alocal server and use its API hosted locally for my other projects? If it does it will be awesome and not then I think that's a good next iteration feature it needs to implement❤
@themax2go8 күн бұрын
already done see my other post
@AISoftwareDeveloper8 күн бұрын
Yes, as @themax2go pointed out, you can configure and expose an API endpoint and have other apps use the models.
@naitik_patel8 күн бұрын
@@AISoftwareDeveloper thanks I will surely try
@albertcurtis120110 күн бұрын
If you use their 3.5.0 and above you won't be able to side load models ... Downgrade to 3.4.2 which rocks.
@AISoftwareDeveloper10 күн бұрын
I wasn't aware of this, but after checking they have already released 3 minor updates since the video was recorded. A fast-paced team, for sure 😃
@albertcurtis12019 күн бұрын
@@AISoftwareDeveloper Those minor updates still don't load most HF models out of the box. Your luck may vary. I use 3.4.2
@adamtreat75829 күн бұрын
You can use sideloaded models just fine, but it might require tweaking the chat template. The latest version - 3.6.0 - which was just released does have replacements and examples for several well known sideloaded models.
@AISoftwareDeveloper9 күн бұрын
@@adamtreat7582 thanks for chiming in. What is a good link to learn more about this? If there's enough interest, maybe I can throw together a quick tutorial on how to side-load models?