-
-
Notifications
You must be signed in to change notification settings - Fork 504
Add symfony/ai-*-store recipes
#1503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
OskarStark
commented
Dec 23, 2025
| 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.
|
Thanks for the PR 😍 How to test these changes in your application
Diff between recipe versionsIn order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes. |
|
|
||
| store: |
There was a problem hiding this comment.
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').