aws-samples / aws-samples/Serverless-Retrieval-Augmented-Generation-RAG-on-AWS
Enhancement: large PDF splitting
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 93
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
Running some tests we found out that embedding large documents will cause the system to time out. The timeout for the ingestion lambda is set to 300 seconds. Rather than just increase it, we would like to split large pdfs into few predictable parts and process them in parallel. We're also artificially limiting the concurrency of the processor function to 1. We'd love to remove this once the locking system for LanceDB is out of Beta.
Contributor guide
Assessment
This issue has not been assessed yet.