ydb-platform / ydb-platform/ydb-php-sdk
Add vector search code example
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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