Commit 2dfcf7a
authored
Add
* Add recipes for Symfony AI store bridges (0.1)
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
* Remove optional fields from AI store recipes
Only set required connection parameters, let users configure
optional fields like vector_field, dimensions, etc.
* Simplify AI store recipes to only required fields
Remove fields that have defaults (table, collection, index_name, etc.
default to the store name like 'default').
* Use separate YAML config files for AI store recipes
Switch from add-lines to copy-from-recipe with dedicated
config/packages/ai.yaml files for each store.
* Rename store YAML files to unique names
Use ai_<store>_store.yaml instead of ai.yaml to avoid conflicts
when multiple stores are installed.symfony/ai-*-store recipes (#1503)1 parent c3f82df commit 2dfcf7a
File tree
42 files changed
+295
-0
lines changed- symfony
- ai-azure-search-store/0.1
- config/packages
- ai-cache-store/0.1
- config/packages
- ai-chroma-db-store/0.1
- config/packages
- ai-click-house-store/0.1
- config/packages
- ai-cloudflare-store/0.1
- config/packages
- ai-elasticsearch-store/0.1
- config/packages
- ai-manticore-search-store/0.1
- config/packages
- ai-maria-db-store/0.1
- config/packages
- ai-meilisearch-store/0.1
- config/packages
- ai-milvus-store/0.1
- config/packages
- ai-mongo-db-store/0.1
- config/packages
- ai-neo4j-store/0.1
- config/packages
- ai-open-search-store/0.1
- config/packages
- ai-pinecone-store/0.1
- config/packages
- ai-postgres-store/0.1
- config/packages
- ai-qdrant-store/0.1
- config/packages
- ai-redis-store/0.1
- config/packages
- ai-supabase-store/0.1
- config/packages
- ai-surreal-db-store/0.1
- config/packages
- ai-typesense-store/0.1
- config/packages
- ai-weaviate-store/0.1
- config/packages
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
42 files changed
+295
-0
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments