Paul Bricman

Results 8 issues of Paul Bricman

Reloading Obsidian currently clears the conversation, an option could persist it. That would require an additional local store somehow... Perhaps in a text file which would also be human-readable.

interface

> I'm now curious how to save these notes. I was initially assuming that all text files in the knowledge folder would show up as notes here, but it seems...

enhancement

Some truncation strategy should help.

bug

I'm roughly using the following code: ```rust let query_emb: Vec; let doc_emb: Vec; // contains 3 document embeddings ... let mut lsh = LshMem::new(10, 30, 512).srp().unwrap(); let _x = lsh.store_vecs(&doc_emb[..]);...

This is related to #69 (which is why I phrased it in a similar way), but still feels a bit different. Let's say the model generates a sequence of three...

feature request

> A good addition to this would be a box at the top to parse text for characters that cause errors (like quotes) and replace bullets and line-breaks with periods,...

enhancement

Some images don't render properly in the [online demo](https://huggingface.co/spaces/paulbricman/lexiscore), most likely due to relative paths. There must be some way of making every path absolute.

bug

Imagine adding this as input sources of type "Aggregator": https://metaphor.so/search?q=The%20coolest%20essay%20on%20human-machine%20collaboration%2C%20cognitive%20augmentation%2C%20and%20tools%20for%20thought%20is The labeling software would sift through and add a nutritional value filter on top of a cool "search" approach

enhancement