Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

draft here so it's not just on my machine #23000

Closed
wants to merge 2 commits into from

Conversation

pauldambra
Copy link
Member

this is not to be merged 🙈

SELECT
t1.event_id AS id1,
t2.event_id AS id2,
L2Distance(t1.`$embeddings`, t2.`$embeddings`) AS distance
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Distance calculations are only one part of the problem but we should test if they're faster in ClickHouse or Python.

You can pass precomputed distance matrices to the clustering algorithms. Don't think I ever tested the speed difference but could be beneficial

@posthog-bot
Copy link
Contributor

This PR hasn't seen activity in a week! Should it be merged, closed, or further worked on? If you want to keep it open, post a comment or remove the stale label – otherwise this will be closed in another week.

@posthog-bot
Copy link
Contributor

This PR was closed due to lack of activity. Feel free to reopen if it's still relevant.

@posthog-bot posthog-bot closed this Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants