ydb-platform / ydb-platform/ydb-php-sdk

Add vector search code example

Open Beginner friendly
#268 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PHP
Stars
39
Forks
19
Avg merge
1d 15h
Merged PRs (30d)
2

Description

Add a runnable vector search example for the PHP SDK (create table, insert vectors with byte encoding, add vector index, search by vector).

Referenced from YDB documentation: https://github.com/ydb-platform/ydb/blob/main/ydb/docs/en/core/recipes/ydb-sdk/vector-search.md

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the referenced YDB vector-search recipe at ydb/docs/en/core/recipes/ydb-sdk/vector-search.md and inspect the PHP SDK's existing examples for the appropriate location. Add a runnable PHP example covering table creation, byte-encoded vector insertion, vector-index creation, and vector search; done means the example executes successfully against YDB.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
databases, documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
72/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.