Skip to content

Conversation

@OskarStark
Copy link
Contributor

Q A
License MIT
Doc issue/PR --

Add 21 store bridge recipes that append configuration to ai.yaml
under the ai.store key using add-lines directive.

Stores: Azure Search, Cache, ChromaDB, ClickHouse, Cloudflare,
Elasticsearch, ManticoreSearch, MariaDB, Meilisearch, Milvus,
MongoDB, Neo4j, OpenSearch, Pinecone, Postgres, Qdrant, Redis,
Supabase, SurrealDB, Typesense, Weaviate
Only set required connection parameters, let users configure
optional fields like vector_field, dimensions, etc.
@OskarStark OskarStark self-assigned this Dec 23, 2025
@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) December 23, 2025 09:57
@github-actions
Copy link

github-actions bot commented Dec 23, 2025

Thanks for the PR 😍

How to test these changes in your application

  1. Define the SYMFONY_ENDPOINT environment variable:

    # On Unix-like (BSD, Linux and macOS)
    export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes/flex/pull-1503/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes/flex/pull-1503/index.json
  2. Install the package(s) related to this recipe:

    composer req symfony/flex
    composer req 'symfony/ai-azure-search-store:^0.1' 'symfony/ai-bundle:^0.1' 'symfony/ai-cache-store:^0.1' 'symfony/ai-chroma-db-store:^0.1' 'symfony/ai-click-house-store:^0.1' 'symfony/ai-cloudflare-store:^0.1' 'symfony/ai-elasticsearch-store:^0.1' 'symfony/ai-manticore-search-store:^0.1' 'symfony/ai-maria-db-store:^0.1' 'symfony/ai-meilisearch-store:^0.1' 'symfony/ai-milvus-store:^0.1' 'symfony/ai-mongo-db-store:^0.1' 'symfony/ai-neo4j-store:^0.1' 'symfony/ai-open-search-store:^0.1' 'symfony/ai-pinecone-store:^0.1' 'symfony/ai-postgres-store:^0.1' 'symfony/ai-qdrant-store:^0.1' 'symfony/ai-redis-store:^0.1' 'symfony/ai-supabase-store:^0.1' 'symfony/ai-surreal-db-store:^0.1' 'symfony/ai-typesense-store:^0.1' 'symfony/ai-weaviate-store:^0.1'
  3. Don't forget to unset the SYMFONY_ENDPOINT environment variable when done:

    # On Unix-like (BSD, Linux and macOS)
    unset SYMFONY_ENDPOINT
    # On Windows
    SET SYMFONY_ENDPOINT=

Diff between recipe versions

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes.
I'm going keep this comment up to date with any updates of the attached patch.

fabpot
fabpot previously approved these changes Dec 23, 2025
Comment on lines +15 to +16

store:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we remove this @fabpot? See also discussion in slack

Remove fields that have defaults (table, collection, index_name, etc.
default to the store name like 'default').
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants