Find answers from the community

Updated 4 months ago

I have a question. I noticed that are

At a glance

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.

Useful resources
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.
L
N
d
12 comments
This is from chroma
They added posthog logging by default at one point
client = chromadb.Client(Settings(anonymized_telemetry=False))
Logan you deserve the world
I try my best πŸ™‚
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
I'm seeing calls to app.posthog.com when using LanceDB, and I have no clue how to disable it.
check out their docs or github, I'm sure its somewhere out there
The solution is to type lancedb diagnostics --disabled on the command line.
Searching LanceDB's docs for posthog yielded nothing, but they helped me out on their Discord server. πŸ™‚
Hopefully they add that to the docs soon! Glad you got it πŸ™‚
Add a reply
Sign up and join the conversation on Discord