sjivan

Results 16 comments of sjivan

@jexp @vga91 any thoughts of moving this to the langchaing4j community repository? I would really like to start using this in my projects. https://github.com/langchain4j/langchain4j/pull/2575#issuecomment-2700424329

@jexp @vga91 I think this can be closed given that neo4j has been moved to community and this feature request was addressed on that repo.

> @sjivan this can be achieved by providing a `PromptTemplate` in the builder of `Neo4jContentRetriever`: > > ```java > Neo4jContentRetriever.builder() > .graph(graph) > .chatLanguageModel(chatLanguageModel) > .promptTemplate(PromptTemplate.from(...)) > .build(); > ```...

@jexp @vga91 any thoughts on moving this to the ommunity repo as suggested by @dliubarskyi ?

@fniephaus any updates on this? I too am tripping on the same issue. This effectively prevents creation of a native image for AI applications using AllMiniLmL6V2EmbeddingModel because this class has...

@zenangst any updates on this?