langchain4j-examples
langchain4j-examples copied to clipboard
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...
- Add `LambdaStreamingExamples` showcasing streaming response handling with the new blocking `LambdaStreamingResponseHandler` methods - Needed to update the langchain4j core dependency in the pom to 1.1.0-SNAPSHOT
- added anchor link and additional text2cypher examples - added KnowledgeGraphWriter examples