quarkiverse / quarkus-langchain4j

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

Neo4j embedding store #548

Closed jmartisk closed 2 months ago

jmartisk commented 2 months ago

CC @adriens if you want to give it a look already. You can set quarkus-neo4j.version to 3.9.0 and it will compile and work, but then to use dev services, you'll need to add quarkus.neo4j.devservices.image-name=neo4j:5 in application.properties. I'd like to wait for a quarkus-neo4j version that already has 5 as the default version and avoid overriding it on our side

Update: Now after updating to quarkus-neo4j 4.0.0 everything should work just fine