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

Add improved test coverage for on-disk graph caching #109

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

jkni
Copy link
Collaborator

@jkni jkni commented Oct 2, 2023

This PR improves test coverage for graph caching. Additions cover GraphCache construction with a variety of parameters as well as preservation of vector values with the CachingGraphIndex.

@jkni jkni requested a review from jbellis October 2, 2023 19:06
@jkni jkni linked an issue Oct 2, 2023 that may be closed by this pull request
@jbellis
Copy link
Owner

jbellis commented Oct 2, 2023

when i check out the branch, intellij says testgraphcache is not in source root, but I assume it's working fine for you?

@jkni
Copy link
Collaborator Author

jkni commented Oct 2, 2023

Working for me, but that doesn't sound right. Let me look and see if I can find a cause.

@jbellis
Copy link
Owner

jbellis commented Oct 2, 2023

sorry, false alarm -- clicking re-sync in Maven tab fixed it

Copy link
Owner

@jbellis jbellis left a comment

Choose a reason for hiding this comment

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

LGTM. Nice catch on maxDegree.

@jkni jkni merged commit 11e2954 into jbellis:main Oct 2, 2023
4 checks passed
@jkni jkni deleted the jvector-43 branch October 2, 2023 20:29
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.

Add test for GraphCache
2 participants