forked from langchain4j/langchain4j
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Neo4jEmbeddingStoreTest error (langchain4j#368)
See https://github.com/langchain4j/langchain4j/actions/runs/7259989386/job/19778223144 Changed to `MATCH (n:%s) RETURN n ORDER BY n.text` to make tests more deterministic, since rarely the sorting of "MATCH (n:%s) RETURN n" is not based on the order of arrival of the `embeddingModel.embed(..)`.
- Loading branch information
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters