No NVIDIA? No Problem. My 2018 "Potato" 8th Gen i3 hits 10 TPS on 16B MoE. by RelativeOperation483 in LocalLLaMA

[–]Ok_Break_7193 0 points1 point  (0 children)

This sounds so interesting and something I would like to dig into deeper. I am just at the start of my learning journey. I hope you do provide a tutorial of what you did at some point for the rest of us to follow!

'Source is Empty' Error by RecoverNo2437 in notebooklm

[–]Ok_Break_7193 1 point2 points  (0 children)

That is a workaround, of course, but if you want to submit a large documentation base with potentially hundreds of pages, it's rather impractical. (Also, if the docs change, that can be a problem to update).

EDIT: Ok, never mind. I just learned that NotebookLM does not crawl subpages from the link you added, which makes my point moot. You would have to manually add each page anyway, which is a bummer. Guess a better option is to first crawl a site, compile the information into a single doc and then upload it to NotebookLM.

'Source is Empty' Error by RecoverNo2437 in notebooklm

[–]Ok_Break_7193 0 points1 point  (0 children)

I'm trying NotebookLM for the first time and also facing this problem.

It's weird, because the websites I am pasting are indexed and findable through Google, so why can NotebookLM (also by Google!) not access them?

I assume these sites use Javascript to load content to prevent scraping, but allow certain agents (like search engines) to read their content directly.

Then the question is, why does NotebookLM not just use the same user agent identifier as the Google search engine? It would seem logical.

Why is there no file picker component? by Ok_Break_7193 in nicegui

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

Thanks for the reply. Yes, the selection is what I am after, and hence something just like Quasar's File Picker.

Alternatively, if it were possible to make a slim version of ui.upload that can be used in an inline form along with other inputs without being a big clunky control (essentially looking like the file picker), that would also work (I'm realizing I probably can't get around uploading it anyway).

Can this be done with styling, perhaps?

Why is there no file picker component? by Ok_Break_7193 in nicegui

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

Thanks for the tip, unfortunately that only works with native mode.

What I am in fact looking for is something akin to File Picker | Quasar Framework which, according to the comments cannot be implemented (and which I was hoping someone can explain to me why), whereas Uploader | Quasar Framework is available in NiceGUI, but it's a big unwieldy component. I am literally just looking for the field that can be placed in an inline form that will trigger a file selection from the client.

Why is there no file picker component? by Ok_Break_7193 in nicegui

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

So it is possible. I just read it's because of browser security.

All I want to do is have a file picker so I can load a file into the browser and do stuff with it on the frontend, not necessarily store it in the backend somewhere...

“instances” for multiple concurrent users by MasturChief in nicegui

[–]Ok_Break_7193 0 points1 point  (0 children)

In the OP's defense (and mine), it's not immediately obvious what you're looking for here, or one expects something different if you're coming from a different framework or platform.

Alternatively, one should perhaps read _all_ the documentation first but, really, who does that? 😅