langchain4j-examples icon indicating copy to clipboard operation
langchain4j-examples copied to clipboard

Neo4j example with annotation Tool

Open vga91 opened this issue 5 months ago • 0 comments

Neo4j example with Neo4jEmbeddingStoreIngestor and RetrievalQAChain to demonstrate that they can be used via @Tool annotation to improve the result.

In this case, "Ingest from document 'miles-of-smiles-terms-of-use.txt', and then return the answer for the question 'What is the cancellation policy?' calls 2 @Tools, 1 for ingest the document and one for answer the question via RetrievalQAChain

vga91 avatar Jun 24 '25 10:06 vga91