Viewing profile — asukla
asukla
HN member- Joined
- Tue, Apr 09, 2019, 12:20 AM UTC
- HN karma
- 11
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About asukla
No profile information was provided.
Recent public activity
-
comment
Comment #39462145
To get good RAG performance you will need a good chunking strategy. Simply getting all the text is not good enough and knowing the boundaries of table, list, paragraph, section etc…
-
comment
Comment #39462121
Feel free to try - https://github.com/nlmatics/llmsherpa . It is fully open source - both client and server and it not ML augmented, so very fast and cheap to run.
-
comment
Comment #39117807
I wrote about split points and the need for including section hierarchy in this post: https://ambikasukla.substack.com/p/efficient-rag-with-docume... All this is automated in the l…
-
comment
Comment #39117586
Thanks for the post. Please use this server with the llmsherpa LayoutPDFReader to get optimal chunks for your LLM/RAG project: https://github.com/nlmatics/llmsherpa . See examples …
-
comment
Comment #39117515
You can see examples in llmsherpa project - https://github.com/nlmatics/llmsherpa . This project nlm-ingestor provides you the backend to work with llmsherpa. The llmsherpa library…
-
comment
Comment #39117484
No, we are not doing the same thing. Most cloud parsers use a vision model and they are lot slower, expensive and you need to write code on the top of these to extract good chunks.…
-
comment
Comment #39117471
You can use the library in conjunction with llmsherpa LayoutPDFReader. Some examples are here with notebook: https://github.com/nlmatics/llmsherpa Here's another notebook from the …
-
comment
Comment #39117452
To run the docker image on apple silicon, you can use the following command to pull - it will be slower but works: docker pull --platform linux/x86_64 ghcr.io/nlmatics/nlm-ingestor…