Open Issues Need Help
View All on GitHubAI Summary: YouTube transcript ingestion fails with a 429 "Too Many Requests" error when processing multiple videos rapidly. This occurs because the ingest plugin makes sequential requests to YouTube's timedtext API without any retry, backoff, or inter-request delay. The proposed solution is to process videos via a queue, one by one, incorporating a backoff mechanism to prevent hitting rate limits.
AI Summary: A user encountered an issue where attempting to delete a file from a Knowledge Base in LAMB v0.4 resulted in a generic 'Failed to delete file' error. Despite confirming the deletion, the file and its associated embeddings were not removed, preventing proper knowledge base management.
AI Summary: This GitHub issue reports a `pip` dependency conflict where the system is attempting to install two incompatible versions of the `httpx` package simultaneously: `0.27.1` and a version greater than or equal to `0.28.1`. This indicates conflicting requirements specified directly by the user or within the project's dependency tree.