Bennison J

Results 6 issues of Bennison J

### Describe your problem I've been using RAGFlow with the RAG system for the past few months, and I have a couple of questions based on my usage so far....

question

### Checked other resources - [X] I added a very descriptive title to this issue. - [x] I searched the LangChain documentation with the integrated search. - [X] I used...

πŸ€–:bug

#### Problem Description: While processing a large number of images (approximately 1000) using RapidOCR, I encountered the following errors midway through the process: 1. **Leaked Semaphore Objects**: "There appear to...

### crawl4ai version 0.5.0.post8 ### Expected Behavior * The crawl4ai crawler should consistently work across multiple API calls in the FastAPI application. * The browser context should remain active and...

🐞 Bug
🩺 Needs Triage

I am facing an issue where Loguru is not printing logs in my FastAPI application when running the app with Uvicorn. I've configured Loguru for logging, but no logs appear...

question

### ♻️ Reproduction Steps ``` @tool async def verify_otp( phone_number: str, otp: str, runtime: ToolRuntime, ) -> Command: """ To verify user provided OTP with backend. Payload format: { phone_number:...

bug