The community member has a question about disabling requests to Posthog that are happening when using LlamaIndex in an offline environment. The requests are causing timeouts of around 7 minutes. Other community members suggest that Posthog logging was added by default in some cases, and provide a solution to disable it by running the command lancedb diagnostics --disabled. The community members also discuss their interest in parallelizing the encoding of PDFs by splitting them into separate files by chapter or section.
I have a question. I noticed that are requests that go out to posthog. Is there a way to disable those from happening. I am using llamaindex in a completely offline environment. The requests timeout takes about 7 minutes in total.
Also im pretty interested in what you guys are changing. I am working on writing a splitter for our pdfs to turn them into seperate pdfs by chapter/section so that i can parallelize the encoding