symfony/ai-typesense-store
Typesense Store integrates the Typesense vector database with Symfony AI Store, enabling vector indexing and similarity search via Typesense’s vector search API. Part of the Symfony AI ecosystem, with issues and PRs handled in the main Symfony AI repo.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| symfony/ai-elasticsearch-store | 0.84 | Elasticsearch Store integrates Elasticsearch as a vector store for Symfony AI Store. It supports kNN vector search using dense_vector fields, enabling similarity search and retrieval over embeddings with Elasticsearch-backed indexing and querying. | 4 | 4 | 0 | 199 | 0 | 22.4 | 26.2 | MIT | 2 days ago | |
| symfony/ai-supabase-store | 0.82 | Supabase vector store integration for Symfony AI Store using PostgreSQL pgvector. Connect your Symfony AI apps to Supabase vector columns and the match_documents RPC for similarity search, with links to Supabase docs and Symfony AI contribution/resources. | 2 | 2 | 0 | 158 | 0 | 22.4 | 28.1 | MIT | 2 days ago | |
| symfony/ai-azure-search-store | 0.82 | Azure AI Search vector store integration for Symfony AI Store. Index and query embeddings using Azure’s vector search capabilities, enabling semantic retrieval for RAG and AI apps. Links to official docs plus Symfony AI contribution and issue resources. | 2 | 2 | 0 | 442 | 0 | 22.4 | 35.3 | MIT | 2 days ago | |
| symfony/ai-pinecone-store | 0.82 | Symfony AI Store integration for Pinecone vector databases. Upsert, query, and delete embeddings, and work with Pinecone serverless indexes using Pinecone’s data/control plane APIs. Links to official Pinecone docs and Symfony AI contribution resources. | 2 | 2 | 0 | 1K | 0 | 22.4 | 41.9 | MIT | 2 days ago | |
| symfony/ai-chroma-db-store | 0.82 | ChromaDB Store integration for Symfony AI Store. Use ChromaDB as a vector store to manage collections and run query/get operations for embeddings and similarity search. Includes links to Chroma docs plus Symfony AI contributing and issue/PR resources. | 0 | 0 | 0 | 3K | 0 | 22.3 | 57.5 | MIT | 2 days ago | |
| symfony/ai-qdrant-store | 0.82 | Qdrant Store integrates the Qdrant vector database with Symfony AI Store, enabling you to manage collections and points and run unified vector search with filters. Provides a Symfony-friendly bridge to Qdrant for embedding-based retrieval use cases. | 2 | 2 | 0 | 2K | 0 | 22.4 | 47.4 | MIT | 2 days ago | |
| symfony/ai-neo4j-store | 0.82 | Neo4j Store integration for Symfony AI Store, enabling use of Neo4j as a vector store with support for vector indexes. Includes links to Neo4j documentation and Symfony AI resources for contributing and reporting issues. | 1 | 1 | 0 | 158 | 0 | 22.4 | 30.9 | MIT | 2 days ago | |
| symfony/ai-open-search-store | 0.81 | OpenSearch vector store integration for Symfony AI Store. Index and query embeddings using OpenSearch knn_vector fields and k‑NN/approximate k‑NN search. Links to OpenSearch docs and contribution resources in the main Symfony AI repo. | 1 | 1 | 0 | 510 | 0 | 22.4 | 39.1 | MIT | 2 days ago | |
| cmsig/seal-typesense-adapter | 0.81 | Typesense adapter for the SEAL search engine abstraction. Index and update documents in a Typesense server, create an Engine with a Typesense client, or configure via a typesense:// DSN (including optional TLS). Part of the cmsig/search project. | 4 | 4 | 0 | 377 | 0 | 0.0 | 26.0 | MIT | — | |
| typesense/typesense-php | 0.81 | Official PHP client for the Typesense search API. Install via Composer and use any HTTPlug-compatible HTTP client. Provides helpers like safe filter_by string escaping and supports modern Typesense server versions. | 271 | 270 | 54 | 425K | 1 | 29.5 | 51.0 | Apache-2.0 | 1 month ago | |
| symfony/ai-store | 0.81 | Experimental Symfony AI Store component: a low-level abstraction to store and retrieve documents in vector stores. Use bridge packages to connect to providers like pgvector, Pinecone, Redis, Elasticsearch, Qdrant, ChromaDB, and more. | 21 | 21 | 4 | 32K | 0 | 22.8 | 51.3 | MIT | 2 days ago | |
| symfony/ai-mongo-db-store | 0.81 | Integrates MongoDB Atlas Vector Search ($vectorSearch) as a vector store for Symfony AI Store, enabling storage and similarity search over embeddings using Atlas. Designed for use with MongoDB Atlas and the Symfony AI ecosystem. | 2 | 2 | 0 | 3K | 0 | 22.4 | 48.5 | MIT | 2 days ago | |
| symfony/ai-cloudflare-store | 0.80 | Integrates Cloudflare Vectorize as a vector store for Symfony AI Store. Supports indexing and querying embeddings plus upserts and deletions via the Vectorize APIs, making it easy to connect Symfony AI apps to Cloudflare’s managed vector database. | 1 | 1 | 0 | 123 | 0 | 22.3 | 29.2 | MIT | 2 days ago | |
| symfony/ai-click-house-store | 0.80 | ClickHouse vector store integration for Symfony AI Store. Store and query embeddings in ClickHouse using distance functions and ANN/vector indexes for fast similarity search. Links to ClickHouse docs plus Symfony AI contributing and issue tracker. | 1 | 1 | 0 | 158 | 0 | 22.4 | 30.9 | MIT | 2 days ago | |
| symfony/ai-manticore-search-store | 0.80 | ManticoreSearch Store integrates ManticoreSearch as a vector store for Symfony AI Store, enabling KNN/vector similarity search backed by Manticore’s engine. Includes links to Manticore KNN docs plus Symfony AI contribution and issue resources. | 3 | 3 | 0 | 198 | 0 | 22.3 | 27.7 | MIT | 2 days ago | |
| symfony/ai-maria-db-store | 0.80 | MariaDB vector store integration for Symfony AI Store. Requires MariaDB 11.7+ for VECTOR columns, vector indexing, and distance search. Useful for building RAG and similarity search apps backed by MariaDB. | 2 | 2 | 0 | 1K | 0 | 22.4 | 43.5 | MIT | 2 days ago | |
| symfony/ai-surreal-db-store | 0.80 | SurrealDB vector store integration for Symfony AI Store. Use SurrealDB’s vector indexing and search (MTREE/HNSW) to store embeddings and perform similarity queries, leveraging SurrealQL vector functions for retrieval in Symfony AI applications. | 1 | 1 | 0 | 158 | 0 | 22.4 | 30.9 | MIT | 2 days ago | |
| biblioverse/typesense-bundle | 0.80 | — | 2 | 2 | 0 | 1 | 4 | 2.2 | 7.0 | GPL-3.0 | — | |
| symfony/ai-postgres-store | 0.80 | Symfony AI Store integration for PostgreSQL using pgvector. Store and query embeddings with Postgres vector/halfvec types, distance operators, and indexing options. Links to pgvector docs plus Symfony AI contribution and issue resources. | 2 | 2 | 1 | 5K | 0 | 22.4 | 52.8 | MIT | 2 days ago | |
| symfony/ai-cache-store | 0.80 | Symfony AI Cache Store integrates a cache-backed vector store with Symfony AI Store, enabling lightweight storage and retrieval of embeddings using Symfony Cache. Ideal for development, testing, and small deployments where simplicity matters. | 1 | 1 | 0 | 735 | 0 | 22.4 | 41.7 | MIT | 2 days ago |
How can I help you explore Laravel packages today?