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 llm mariadb meilisearch milvus mongodb neo4j pinecone postgres qdrant surrealdb symfony symfony-ai typesense weaviate
Last synced: 3 months 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2025-10-03T16:37:41.000Z (3 months ago)
- Last Synced: 2025-10-03T18:37:55.871Z (3 months ago)
- Topics: ai, azure, chromadb, clickhouse, cloudflare, llm, mariadb, meilisearch, milvus, mongodb, neo4j, pinecone, postgres, qdrant, surrealdb, symfony, symfony-ai, typesense, weaviate
- Language: PHP
- Homepage: https://symfony.com/bundles/ai-store
- Size: 339 KB
- Stars: 16
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
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](doc/index.rst)
- [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)