Ian Sinnott

Results 118 comments of Ian Sinnott

Should be out. both stores reported it was published.

Hey @alexferrari88 thanks for the kinds words. Agreed, semantic search would be great. I've thought about it as well, but unlike sqlite-in-wasm, I'm unaware of a solution to semantic search...

Awesome, thanks for the links. After a quick look i have some thoughts: - Voy is currently an in-memory store which means we'd have to load everything into memory and...

Thanks for chiming in @rhashimoto. Interesting, I had looked at the offscreen document API for dom parsing but if it allows access to a normal worker that might be an...

There is a new, viable option: using pgvector via pglite (https://pglite.dev/extensions/#pgvector). I'm exploring this now.

My intent was to move from sqlite in the browser to postgres in the browser, allowing the use of PGVector: https://pglite.dev/extensions/#pgvector. Thanks for the link though, i'll check it out.

The issue in the past was that whatever vector store we use has to support storying data outside of memory. The database will grow as you browse the web and...

Thanks for the report. What type of page was that out of curiosity? Wondering what HTML would cause it to slow down like that. A blacklist is a good idea...

Ah yeah, it's probably a big amount of data which is an edge case the extension doesn't handle well. There's no special logic for something like "If this page is...

To do the blacklist we would need to also remove existing entries that matched. A simpler approach might be some kind of heuristic to stop indexing if the detected page...