Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Neo4jEmbeddingStoreTest error #368

Merged
merged 2 commits into from Dec 19, 2023

Conversation

vga91
Copy link
Contributor

@vga91 vga91 commented Dec 19, 2023

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(..).

Copy link
Owner

@langchain4j langchain4j left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vga91 thank you!

@langchain4j langchain4j merged commit 968bb71 into langchain4j:main Dec 19, 2023
6 checks passed
langchain4j pushed a commit that referenced this pull request Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants