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.
- {hermes_client_python-1.8.76 → hermes_client_python-1.8.78}/PKG-INFO +1 -1
- {hermes_client_python-1.8.76 → hermes_client_python-1.8.78}/pyproject.toml +1 -1
- {hermes_client_python-1.8.76 → hermes_client_python-1.8.78}/src/hermes_client_python/hermes_pb2_grpc.py +1 -1
- {hermes_client_python-1.8.76 → hermes_client_python-1.8.78}/.gitignore +0 -0
- {hermes_client_python-1.8.76 → hermes_client_python-1.8.78}/README.md +0 -0
- {hermes_client_python-1.8.76 → hermes_client_python-1.8.78}/src/hermes_client_python/__init__.py +0 -0
- {hermes_client_python-1.8.76 → hermes_client_python-1.8.78}/src/hermes_client_python/client.py +0 -0
- {hermes_client_python-1.8.76 → hermes_client_python-1.8.78}/src/hermes_client_python/hermes_pb2.py +0 -0
- {hermes_client_python-1.8.76 → hermes_client_python-1.8.78}/src/hermes_client_python/types.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hermes-client-python
|
|
3
|
-
Version: 1.8.
|
|
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
|
|
@@ -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
|
|
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!')
|
|
File without changes
|
|
File without changes
|
{hermes_client_python-1.8.76 → hermes_client_python-1.8.78}/src/hermes_client_python/__init__.py
RENAMED
|
File without changes
|
{hermes_client_python-1.8.76 → hermes_client_python-1.8.78}/src/hermes_client_python/client.py
RENAMED
|
File without changes
|
{hermes_client_python-1.8.76 → hermes_client_python-1.8.78}/src/hermes_client_python/hermes_pb2.py
RENAMED
|
File without changes
|
{hermes_client_python-1.8.76 → hermes_client_python-1.8.78}/src/hermes_client_python/types.py
RENAMED
|
File without changes
|