Search by

doppar / embeds

doppar

Semantic search for Doppar models: attribute-driven, locally-computed embeddings and similarity queries, no external API required.

Package info

github.com/doppar/embeds

pkg:composer/doppar/embeds

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

4.x-dev 2026-09-12 17:55 UTC

This package is auto-updated.

Last update: 2026-09-12 17:55:53 UTC


README

Build Status Total Downloads Latest Stable Version License

Doppar Embeds

Doppar Embeds adds semantic search to your models with a single attribute. Mark a column with #[Embeds], and Doppar keeps a numeric representation of its meaning — a vector — in sync automatically,

so Product::whereSimilarTo('description', 'a durable waterproof backpack') finds "rugged daypack for hiking in the rain" even though the two share almost no words. Everything runs locally: embeddings are computed on your own server using a small local model, with no external API call, no API key, and no per-request cost.

Documentation

Read the documentation from doppar official site Doppar Embeds

Contributing

Thank you for considering contributing to the Doppar framework! The contribution guide can be found in the Doppar documentation.

Code of Conduct

In order to ensure that the Doppar community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

The Doppar framework is open-sourced software licensed under the MIT license.