X · @llama_index
· X / Twitter
Document processing pipelines are often made up of multiple services: parsing → chunking → embeddings → storage. Until now, LiteParse was only avai…
Document processing pipelines are often made up of multiple services: parsing → chunking → embeddings → storage.Until now, LiteParse was only available over REST. That works well for browsers and simple integrations, but it’s not always the best fit for service-to-service communication.Today we’re introducing liteparse