symfony/ai-weaviate-store
Weaviate vector store integration for Symfony AI Store. Connect to a Weaviate instance to index embeddings and run similarity search using Weaviate’s APIs (REST/GraphQL). Part of the Symfony AI ecosystem.
symfony/ai) or need a PHP-native vector store with minimal boilerplate.pgvector may suffice.spatie/laravel-ai) or managed services (e.g., Weaviate Cloud).*"This package allows us to integrate Weaviate’s vector search—a leading open-source solution for AI-powered retrieval—into our Laravel stack with minimal effort. By leveraging Symfony’s AI tools, we can:
*"The symfony/ai-weaviate-store package provides a clean, Symfony-backed way to use Weaviate as a vector store in Laravel. Key advantages:
StoreInterface.WHERE metadata.category = 'tech').pgvector."**"This bridge abstracts Weaviate’s complexity while exposing its full power:
sentence-transformers) with automatic indexing.author: "Alice") with vector similarity.$results = $weaviateStore->findNearest('query_embedding', limit: 5);
No need to debug Weaviate’s REST/GraphQL APIs—just focus on your models. Pair this with Laravel’s queues for async ingestion and Redis for caching frequent queries."
*"This package enables us to ship AI features without heavy infrastructure lift. Key benefits:
How can I help you explore Laravel packages today?