quarkiverse / quarkus-langchain4j

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

EasyRag - ability to specify loading of documents via classpath reference #1079

Open edeandrea opened 1 week ago

edeandrea commented 1 week ago

In the easy-rag extension the path you specify is currently a relative filesystem reference to the project. It would be nice if you could specify a relative reference to something on the classpath.

There is currently langchain4j/langchain4j#2060 which would enable this in upstream. Once thats done, released, and quarkus-langchain4j has it, we can then build something here.

I can work on this.

jmartisk commented 1 week ago

Nice :) hopefully, dev mode and native mode won't mess with it too much.

edeandrea commented 1 week ago

Dev mode should be fine....native - we'll have to see once I can get my hands on what i'm doing upstream :)