We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be87ec5 commit 47aa35fCopy full SHA for 47aa35f
examples/commands/stores.php
@@ -94,11 +94,11 @@
94
vectorIndexName: 'Commands',
95
nodeName: 'symfony',
96
),
97
- 'opensearch' => static fn (): OpenSearchStore => new OpenSearchStore(
98
- http_client(),
99
- env('OPENSEARCH_ENDPOINT'),
100
- 'symfony',
101
- ),
+ // 'opensearch' => static fn (): OpenSearchStore => new OpenSearchStore(
+ // http_client(),
+ // env('OPENSEARCH_ENDPOINT'),
+ // 'symfony',
+ // ),
102
'postgres' => static fn (): PostgresStore => PostgresStore::fromDbal(
103
DriverManager::getConnection((new DsnParser())->parse(env('POSTGRES_URI'))),
104
'my_table',
0 commit comments