Find answers from the community

Updated 4 weeks ago

Building a local parser similar to llama-parse

Are there any good resources for building a parser similar to Llama-Parse? My issue is that, due to data safety, we cannot use any cloud providers and must rely on a local LLM and embedding model. I'm watching Jerry Liu's Ray Summit 2024 video and am considering how I might replicate at least some of the basics. Cheers!
W
L
L
6 comments
You can check Unstructured it is good
in terms of Open-source, but it wont be able to match llama-parse
UnstructuredElementNodeParser ?
Yes, this would work
Actually, I think just the normal unstructured reader/loader is what you want
I will take a look! Thanks to both of you! Cheers!
Add a reply
Sign up and join the conversation on Discord