hermes-client-python 1.8.76__tar.gz → 1.8.78__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hermes-client-python
3
- Version: 1.8.76
3
+ Version: 1.8.78
4
4
  Summary: Async Python client for Hermes search server
5
5
  Project-URL: Homepage, https://github.com/SpaceFrontiers/hermes
6
6
  Project-URL: Repository, https://github.com/SpaceFrontiers/hermes
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "hermes-client-python"
7
- version = "1.8.76"
7
+ version = "1.8.78"
8
8
  description = "Async Python client for Hermes search server"
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -307,7 +307,7 @@ class IndexServiceServicer(object):
307
307
  raise NotImplementedError('Method not implemented!')
308
308
 
309
309
  def RetrainVectorIndex(self, request, context):
310
- """Retrain vector index (re-cluster centroids/codebooks from current data)
310
+ """Retrain global vector codebooks and atomically rebuild every ANN segment
311
311
  """
312
312
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
313
313
  context.set_details('Method not implemented!')