quarkiverse / quarkus-langchain4j

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

Add qualifier to InProcessEmbeddingStore when needed #481

Closed humcqc closed 5 months ago

jmartisk commented 5 months ago

There's now a conflict due to https://github.com/quarkiverse/quarkus-langchain4j/pull/480 please resolve it (it should be pretty straightforward, I've removed the class EmbeddingModelBuildItem so now you simply don't have to produce it)

jmartisk commented 5 months ago

Hmm hold on, there's something wrong with the easy rag extension now. Let me check

humcqc commented 5 months ago

@jmartisk should be good.

geoand commented 5 months ago

Please squash and rebase the changes onto main.

Thanks!

humcqc commented 5 months ago

New PR done in https://github.com/quarkiverse/quarkus-langchain4j/pull/488. This one could be removed.