{"id":29436839,"url":"https://github.com/symfony/ai-store","last_synced_at":"2026-07-22T19:00:39.659Z","repository":{"id":304146582,"uuid":"1017949125","full_name":"symfony/ai-store","owner":"symfony","description":"Low-level abstraction for storing and retrieving documents in a vector store.","archived":false,"fork":false,"pushed_at":"2026-06-24T12:21:16.000Z","size":481,"stargazers_count":22,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-09T22:04:54.404Z","etag":null,"topics":["ai","azure","chromadb","clickhouse","cloudflare","elasticsearch","llm","mariadb","meilisearch","milvus","mongodb","neo4j","opensearch","pinecone","postgres","qdrant","supabase","surrealdb","symfony","symfony-ai"],"latest_commit_sha":null,"homepage":"https://symfony.com/bundles/ai-store","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/symfony.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"github":["fabpot","nicolas-grekas"],"custom":"https://symfony.com/sponsor","tidelift":"packagist/symfony/symfony"}},"created_at":"2025-07-11T10:58:51.000Z","updated_at":"2026-07-09T03:46:01.000Z","dependencies_parsed_at":"2025-08-14T23:14:30.839Z","dependency_job_id":null,"html_url":"https://github.com/symfony/ai-store","commit_stats":null,"previous_names":["symfony/ai-store"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/symfony/ai-store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symfony%2Fai-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symfony%2Fai-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symfony%2Fai-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symfony%2Fai-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/symfony","download_url":"https://codeload.github.com/symfony/ai-store/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symfony%2Fai-store/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35773465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-22T02:00:06.236Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","azure","chromadb","clickhouse","cloudflare","elasticsearch","llm","mariadb","meilisearch","milvus","mongodb","neo4j","opensearch","pinecone","postgres","qdrant","supabase","surrealdb","symfony","symfony-ai"],"created_at":"2025-07-13T05:04:28.538Z","updated_at":"2026-07-22T19:00:39.651Z","avatar_url":"https://github.com/symfony.png","language":"PHP","funding_links":["https://github.com/sponsors/fabpot","https://github.com/sponsors/nicolas-grekas","https://symfony.com/sponsor","https://tidelift.com/funding/github/packagist/symfony/symfony"],"categories":["Symfony \u0026 Framework Integrations"],"sub_categories":["Search \u0026 vector search"],"readme":"# Symfony AI - Store Component\n\nThe Store component provides a low-level abstraction for storing and retrieving documents in a vector store.\n\n**This Component is experimental**.\n[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html)\nare not covered by Symfony's\n[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html).\n\n## Installation\n\n```bash\ncomposer require symfony/ai-store\n```\n\n## Store Bridges\n\nTo use a specific vector store, install the corresponding bridge package:\n\n| Store                | Package                             |\n|----------------------|-------------------------------------|\n| AWS S3 Vectors       | `symfony/ai-s3vectors-store`        |\n| Azure AI Search      | `symfony/ai-azure-search-store`     |\n| Cache                | `symfony/ai-cache-store`            |\n| ChromaDB             | `symfony/ai-chroma-db-store`        |\n| ClickHouse           | `symfony/ai-click-house-store`      |\n| Cloudflare Vectorize | `symfony/ai-cloudflare-store`       |\n| Elasticsearch        | `symfony/ai-elasticsearch-store`    |\n| ManticoreSearch      | `symfony/ai-manticore-search-store` |\n| MariaDB              | `symfony/ai-maria-db-store`         |\n| Meilisearch          | `symfony/ai-meilisearch-store`      |\n| Milvus               | `symfony/ai-milvus-store`           |\n| MongoDB Atlas        | `symfony/ai-mongo-db-store`         |\n| Neo4j                | `symfony/ai-neo4j-store`            |\n| OpenSearch           | `symfony/ai-open-search-store`      |\n| Pinecone             | `symfony/ai-pinecone-store`         |\n| PostgreSQL pgvector  | `symfony/ai-postgres-store`         |\n| Qdrant               | `symfony/ai-qdrant-store`           |\n| Redis                | `symfony/ai-redis-store`            |\n| SQLite               | `symfony/ai-sqlite-store`           |\n| Supabase             | `symfony/ai-supabase-store`         |\n| SurrealDB            | `symfony/ai-surreal-db-store`       |\n| Typesense            | `symfony/ai-typesense-store`        |\n| Vektor               | `symfony/ai-vektor-store`           |\n| Weaviate             | `symfony/ai-weaviate-store`         |\n\n**This repository is a READ-ONLY sub-tree split**. See\nhttps://github.com/symfony/ai to create issues or submit pull requests.\n\n## Resources\n\n- [Documentation](https://symfony.com/doc/current/ai/components/store.html)\n- [Report issues](https://github.com/symfony/ai/issues) and\n  [send Pull Requests](https://github.com/symfony/ai/pulls)\n  in the [main Symfony AI repository](https://github.com/symfony/ai)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymfony%2Fai-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsymfony%2Fai-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymfony%2Fai-store/lists"}