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
# This is the 1st commit message:
add Licensed to files
# This is the commit message apache#2:
feat(server): support vector index in graphdb (apache#2856)
* feat(server): Add the vector index type and the detection of related fields to the index label.
* fix code format
* add annsearch API
* add doc to explain the plan
delete redundency in vertexapi
Copy file name to clipboardExpand all lines: hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/VectorIndexSerializerTest.java
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
/*
2
-
* Tests for HugeVectorIndexMap and vector sequence serialization/deserialization.
2
+
* Licensed to the Apache Software Foundation (ASF) under one or more
3
+
* contributor license agreements. See the NOTICE file distributed with
4
+
* this work for additional information regarding copyright ownership.
5
+
* The ASF licenses this file to You under the Apache License, Version 2.0
6
+
* (the "License"); you may not use this file except in compliance with
7
+
* the License. You may obtain a copy of the License at
8
+
*
9
+
* http://www.apache.org/licenses/LICENSE-2.0
10
+
*
11
+
* Unless required by applicable law or agreed to in writing, software
12
+
* distributed under the License is distributed on an "AS IS" BASIS,
13
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+
* See the License for the specific language governing permissions and
0 commit comments