Hey,nice to meet you!
In your code, there is some code to create lsh like:
lsh = MinHashLSH(threshold=0.91, num_perm=128, storage_config={
'type': 'redis',
'redis': {'host': '10.8.35.7', 'port': 6379, 'db': 9}, 'name': 'abcdefghij'}, prepickle=True)
If such lsh had create,and some data had already add into it, how can I change this IP?
Hey,nice to meet you! In your code, there is some code to create lsh like: lsh = MinHashLSH(threshold=0.91, num_perm=128, storage_config={ 'type': 'redis', 'redis': {'host': '10.8.35.7', 'port': 6379, 'db': 9}, 'name': 'abcdefghij'}, prepickle=True)
If such lsh had create,and some data had already add into it, how can I change this IP?