gnodet opened a new pull request, #21975:
URL: https://github.com/apache/camel/pull/21975

   ## Summary
   
   - Extends the existing `camel-test-infra-postgres` module to support 
PostgreSQL with the pgvector extension
   - Adds `PostgresVectorLocalContainerInfraService`, 
`PostgresVectorLocalContainerService`, and `PostgresVectorServiceFactory` 
classes using the `pgvector/pgvector:pg17` Docker image
   - Adds `POSTGRES_VECTOR_CONTAINER` property constant and corresponding 
`postgres.vector.container` entry in `container.properties`
   
   ## Usage
   
   ```java
   @RegisterExtension
   static PostgresService service = 
PostgresVectorServiceFactory.createService();
   ```
   
   ## Test plan
   
   - [x] Module builds successfully with `mvn install -B -pl 
test-infra/camel-test-infra-postgres -DskipTests`
   - [ ] Verify pgvector container starts and exposes JDBC URL, username, 
password, and port
   - [ ] Verify the pgvector extension is available via `CREATE EXTENSION 
vector`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to