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

v6: Collection management and near vector search #362

Merged
merged 17 commits into from
Mar 18, 2025
Merged

v6: Collection management and near vector search #362

merged 17 commits into from
Mar 18, 2025

Conversation

bevzzz
Copy link
Collaborator

@bevzzz bevzzz commented Mar 8, 2025

WIP

Added simplified collection creation with only 1 vector index configuration ('none').
Copy link

@orca-security-eu orca-security-eu bot left a comment

Choose a reason for hiding this comment

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

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca

bevzzz added 11 commits March 8, 2025 21:47
This is a first iteration, so I reused a lot of the 'experimental' code
we wrote to 5.1.0-alpha1 and also did not care to much about code duplication
and project structure.
Will be refactored in the following iterations.

Integration tests now have a set of utils, which allows them to re-use the same
Weaviate instance across multiple test suites without collection name clashes.
Convert from/to response models in standardized methods.
…guration

Gson TypeAdapters in Collections.java are WIP.
WeaviateClient implements Closeable, so users can manage
the associated resources according to their application's
lifecycle.
@bevzzz bevzzz marked this pull request as ready for review March 18, 2025 15:01
@bevzzz bevzzz merged commit bd1603f into v6 Mar 18, 2025
2 checks passed
@bevzzz bevzzz deleted the v6-near-vector branch March 18, 2025 15:03
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

1 participant