https://github.com/symfony/ai-store
Low-level abstraction for storing and retrieving documents in a vector store.
https://github.com/symfony/ai-store
ai azure chromadb clickhouse cloudflare elasticsearch llm mariadb meilisearch milvus mongodb neo4j opensearch pinecone postgres qdrant supabase surrealdb symfony symfony-ai
Last synced: 26 days ago
JSON representation
Low-level abstraction for storing and retrieving documents in a vector store.
- Host: GitHub
- URL: https://github.com/symfony/ai-store
- Owner: symfony
- License: mit
- Created: 2025-07-11T10:58:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-27T21:29:53.000Z (about 2 months ago)
- Last Synced: 2025-12-29T22:32:59.252Z (about 2 months ago)
- Topics: ai, azure, chromadb, clickhouse, cloudflare, elasticsearch, llm, mariadb, meilisearch, milvus, mongodb, neo4j, opensearch, pinecone, postgres, qdrant, supabase, surrealdb, symfony, symfony-ai
- Language: PHP
- Homepage: https://symfony.com/bundles/ai-store
- Size: 318 KB
- Stars: 19
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
- awesome-php-ml - symfony/ai-store
README
# Symfony AI - Store Component
The Store component provides a low-level abstraction for storing and retrieving documents in a vector store.
**This Component is experimental**.
[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html)
are not covered by Symfony's
[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html).
## Installation
```bash
composer require symfony/ai-store
```
**This repository is a READ-ONLY sub-tree split**. See
https://github.com/symfony/ai to create issues or submit pull requests.
## Resources
- [Documentation](https://symfony.com/doc/current/ai/components/store.html)
- [Report issues](https://github.com/symfony/ai/issues) and
[send Pull Requests](https://github.com/symfony/ai/pulls)
in the [main Symfony AI repository](https://github.com/symfony/ai)