Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
weaviate
/
java-client
Public
Notifications
You must be signed in to change notification settings
Fork
30
Star
34
Code
Issues
19
Pull requests
10
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
v6: Collection management and near vector search
- #362
#362
Merged
bevzzz
merged 17 commits into
v6
weaviate/java-client:v6
from
v6-near-vector
weaviate/java-client:v6-near-vector
Copy head branch name to clipboard
Mar 18, 2025
Conversation
Commits
17
(17)
Checks
Files changed
Merged
v6: Collection management and near vector search
#362
bevzzz
merged 17 commits into
v6
weaviate/java-client:v6
from
v6-near-vector
weaviate/java-client:v6-near-vector
Copy head branch name to clipboard
Commits
Commits on Mar 8, 2025
feat: create, get, and delete objects
Show description for db4ea3a
bevzzz
committed
db4ea3a
View commit details
Copy full SHA for db4ea3a
Browse repository at this point
chore: commit missing classes
bevzzz
committed
756f7f5
View commit details
Copy full SHA for 756f7f5
Browse repository at this point
Commits on Mar 9, 2025
feat: implement simple NearVector search
Show description for d2d4b33
bevzzz
committed
d2d4b33
View commit details
Copy full SHA for d2d4b33
Browse repository at this point
chore: fix @link-ed class in docstring
bevzzz
committed
48e4c1c
View commit details
Copy full SHA for 48e4c1c
Browse repository at this point
Commits on Mar 10, 2025
refactor: move DTOs to separate files
Show description for 6d4d09d
bevzzz
committed
6d4d09d
View commit details
Copy full SHA for 6d4d09d
Browse repository at this point
refactor: allow chainging multiple Vectors.of calls
bevzzz
committed
a914702
View commit details
Copy full SHA for a914702
Browse repository at this point
Commits on Mar 11, 2025
refactor: define strongly type factory methods for Vectors
bevzzz
committed
2162147
View commit details
Copy full SHA for 2162147
Browse repository at this point
Commits on Mar 12, 2025
refactor: define strongly type factory methods for vector index configuration
Show description for 56ddb00
bevzzz
committed
56ddb00
View commit details
Copy full SHA for 56ddb00
Browse repository at this point
Commits on Mar 13, 2025
refactor: closeHttpClient and gRPC's channel on WeaviateClient.close
Show description for a8a9581
bevzzz
committed
a8a9581
View commit details
Copy full SHA for a8a9581
Browse repository at this point
feat: supply query parameters to GET /objects/
bevzzz
committed
6158af5
View commit details
Copy full SHA for 6158af5
Browse repository at this point
refactor: use records for WeaviateObject and ObjectMetadata
bevzzz
committed
17f246c
View commit details
Copy full SHA for 17f246c
Browse repository at this point
Commits on Mar 14, 2025
ci: stop shared test containers and close gRPC/http clients after test run
bevzzz
committed
febdb12
View commit details
Copy full SHA for febdb12
Browse repository at this point
Commits on Mar 16, 2025
spike: manage DTOs via TypeAdapterFactory
bevzzz
committed
a6f41cf
View commit details
Copy full SHA for a6f41cf
Browse repository at this point
chore: remove redundant TypeAdapter<Vectorizer>
bevzzz
committed
b103ee8
View commit details
Copy full SHA for b103ee8
Browse repository at this point
Commits on Mar 17, 2025
chore: cleanup DtoTypeAdapterFactory and add unit tests
bevzzz
committed
aa5ba40
View commit details
Copy full SHA for aa5ba40
Browse repository at this point
Commits on Mar 18, 2025
feat: get collection config and delete collections
Show description for 7fd3ac2
bevzzz
committed
7fd3ac2
View commit details
Copy full SHA for 7fd3ac2
Browse repository at this point
test: add unit tests for collections
bevzzz
committed
a3d83f5
View commit details
Copy full SHA for a3d83f5
Browse repository at this point
You can’t perform that action at this time.