mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-05 06:20:10 +01:00
parent
8cc1455b72
commit
fef5169ca4
@ -136,7 +136,7 @@ To boot the frontend locally (run commands from root of repo):
|
||||
|
||||
## Standalone scripts
|
||||
|
||||
This repo contains standlone scripts you can run to collect data from a Youtube Channel, Medium articles, local text files, word documents, and the list goes on. This is where you will use the `collector/` part of the repo.
|
||||
This repo contains standalone scripts you can run to collect data from a Youtube Channel, Medium articles, local text files, word documents, and the list goes on. This is where you will use the `collector/` part of the repo.
|
||||
|
||||
[Go set up and run collector scripts](./collector/README.md)
|
||||
|
||||
@ -166,4 +166,4 @@ We will only track usage details that help us make product and roadmap decisions
|
||||
- Type of LLM in use. Let's us know the most popular choice and prioritize changes when updates arrive for that provider.
|
||||
- Chat is sent. This is the most regular "event" and gives us an idea of the daily-activity of this project across all installations. Again, only the event is sent - we have no information on the nature or content of the chat itself.
|
||||
|
||||
You can verify these claims by finding all locations `Telemetry.sendTelemetry` is called. Additionally these events are written to the output log so you can also see the specific data which was sent - if enabled. No IP or other identifying information is collected. The Telemetry provider is [PostHog](https://posthog.com/) - an open-source telemetry collection service.
|
||||
You can verify these claims by finding all locations `Telemetry.sendTelemetry` is called. Additionally these events are written to the output log so you can also see the specific data which was sent - if enabled. No IP or other identifying information is collected. The Telemetry provider is [PostHog](https://posthog.com/) - an open-source telemetry collection service.
|
||||
|
Loading…
Reference in New Issue
Block a user