Viewing profile — rawsh
rawsh
HN member- Joined
- Tue, May 05, 2020, 8:13 PM UTC
- HN karma
- 51
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About rawsh
No profile information was provided.
Recent public activity
- story
- story
- story
- story
- story
-
comment
Comment #41875628
You can actually get solid performance with pretrained chat models: https://raw.sh/posts/chess_puzzles On lichess puzzles gpt4o with the compiled prompt is around 70%, I think the …
- story
-
comment
Comment #41382865
Bit confused what the value add is over a framework like DSPy. This still requires you to create an eval dataset with ground truth, basically the only hard part of using DSPy. Easi…
- story
-
comment
Comment #40447827
I built a web version with WASM at https://pdfgrep.com a few years ago in case it’s helpful to anyone
-
comment
Comment #40447807
https://github.com/VikParuchuri/marker is solid, but slow and needs gpu(s) to be practical
-
comment
Comment #37813354
Is it possible to use this for hybrid search in combination with pg_embedding? My understanding is that hybrid search currently requires syncing with Postgres
- story
-
comment
Comment #36895706
Documents actually never get uploaded! PDF text extraction happens on the client using a web worker and MuPDF compiled to WASM. 1. PDF parsed and chunked on the client 2. Sparse ve…
-
comment
Comment #36882094
Nope, it’s a serious project; I mostly made it for personal use during my last semester of college. I rewrote it a few times and packaged it up because I think it’s genuinely usefu…
-
story
Show HN: DankGPT – Chat with Your Documents
Uses hybrid semantic search (combination of dense embeddings and sparse vectors) to retrieve high quality answers across your documents. Features - Significantly faster than compet…
-
story
Show HN: Search PDFs in the browser using PDFgrep compiled to WebAssembly
pdfgrep.org is a CLI tool I use a lot to reference documents from classes. I’ve been playing around with Emscripten and I wanted to make a UI version of the tool. All documents sta…
-
comment
Comment #35954129
DankGPT is able to draw context from a library of documents (textbook, papers, class slides) to explain any topic and answer complicated reasoning problems. It’s very similar to Ch…
-
story
Show HN: Search PDFs using WASM in the browser
pdfgrep.org is a CLI tool I use a lot to reference documents from classes. I’ve been playing around with Emscripten and I wanted to make a UI version of the tool. All documents sta…