Find answers from the community

Updated 2 months ago

I have a question. I noticed that are

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