Skip to content

New blog similar vector search#20

Open
0xGeorgii wants to merge 13 commits intomainfrom
new-blog-similar-vector-search
Open

New blog similar vector search#20
0xGeorgii wants to merge 13 commits intomainfrom
new-blog-similar-vector-search

Conversation

@0xGeorgii
Copy link
Contributor

No description provided.

@0xGeorgii 0xGeorgii self-assigned this Feb 7, 2025
@0xGeorgii 0xGeorgii requested a review from Copilot May 12, 2025 07:15
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR introduces a new blog post on similarity vector search with comprehensive explanations of key algorithms and their applications in modern AI systems in both Japanese and English.

  • Added detailed markdown content covering similarity search algorithms, including L1/L2 distances, cosine similarity, and advanced techniques like HNSW, PQ, and LSH.
  • Provides pseudo-code examples and interactive diagrams to support understanding.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
content/jp/blog/similar-vectors-search.md New Japanese blog post detailing similarity vector search algorithms and applications.
content/en/blog/similar-vectors-search.md New English blog post covering the same content with examples, formulas, and pseudo-code.

0xGeorgii and others added 5 commits May 12, 2025 16:34
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@0xGeorgii 0xGeorgii force-pushed the new-blog-similar-vector-search branch from 239475b to 5b042cd Compare May 12, 2025 07:34
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@0xGeorgii 0xGeorgii requested a review from Copilot May 12, 2025 07:36
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request introduces a new blog post on similarity vector search written in both Japanese and English. The key changes include:

  • Adding a Japanese version of the blog post that details various similarity search algorithms and their applications.
  • Adding an English version of the blog post with similar content and technical descriptions.
  • Including pseudo-code examples, mathematical formulations, and embedded interactive diagrams to support the technical discussion.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
content/jp/blog/similar-vectors-search.md New Japanese blog post covering algorithms, use cases, and pseudo-code examples.
content/en/blog/similar-vectors-search.md New English blog post covering the same content with technical formulas and diagrams.
Comments suppressed due to low confidence (2)

content/en/blog/similar-vectors-search.md:54

  • The summation index is reversed. It should be written as "$$\sum_{i=1}^{n}\left | x_i - y_i \right |$$" for clarity and mathematical correctness.
$$\sum_{n}^{i=1}\left | x_i - y_i \right |$$

content/en/blog/similar-vectors-search.md:76

  • The summation order for the inner product is incorrect. It should be "$$\sum_{i=1}^{n} x_i \cdot y_i$$" to properly reflect the intended mathematical operation.
$$\sum_{n}^{i=1} x_i \cdot y_i$$

0xGeorgii and others added 3 commits May 12, 2025 12:37
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@0xGeorgii 0xGeorgii requested a review from Copilot May 12, 2025 07:39
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR introduces a new blog post on similarity vector search algorithms and their applications in modern AI systems. The changes include a comprehensive article written in both Japanese and English with detailed mathematical formulations, pseudocode examples, and practical use cases.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
content/jp/blog/similar-vectors-search.md Adds a new Japanese blog post with detailed explanations and examples.
content/en/blog/similar-vectors-search.md Adds a new English blog post with equivalent content and mathematical formulas.

0xGeorgii and others added 4 commits May 12, 2025 12:41
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@0xGeorgii 0xGeorgii requested a review from Copilot May 12, 2025 07:43
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR introduces a new blog post on similarity vector search in modern AI systems with detailed explanations of various search algorithms and supporting pseudo-code examples.

  • Added a comprehensive Japanese version of the blog post.
  • Added an English version mirroring the Japanese content with clear explanations and illustrations.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
content/jp/blog/similar-vectors-search.md New Japanese blog post covering similarity search algorithms, pseudo-codes, and real-world examples.
content/en/blog/similar-vectors-search.md New English blog post with content parallel to the Japanese version, including technical details and diagrams.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments