quarkiverse / quarkus-langchain4j

Quarkus Langchain4j extension
https://docs.quarkiverse.io/quarkus-langchain4j/dev/index.html
Apache License 2.0
140 stars 83 forks source link

automatically use PGVector image when the extension is loaded #397

Closed humcqc closed 7 months ago

humcqc commented 7 months ago

When the extension : io.quarkiverse.langchain4j:quarkus-langchain4j-pgvector is included datasource devservices should automatically use : pgvector/pgvector:pg16 image.

https://github.com/pgvector/pgvector/blob/master/README.md#docker

Perhaps we can update the blog too to point to this image ?

geoand commented 7 months ago

Good point!

Would you like to do a Pull Request?

humcqc commented 7 months ago

why not! I will check how devservices works.

geoand commented 7 months ago

🙏

humcqc commented 7 months ago

I don't know how to change the blog, and for the moment i use pg16 image, there is no latest. There is a pg15 image. not sure which one quarkus recommand.

geoand commented 7 months ago

The docs (not a blog) are part of the repo under the docs directory

humcqc commented 7 months ago

ohhh, ok , done!