MCPcopy
hub / github.com/redis/redis-py / batch_indexer

Method batch_indexer

redis/commands/search/commands.py:897–901  ·  view source on GitHub ↗

Create a new batch indexer from the client with a given chunk size

(self, chunk_size=100)

Source from the content-addressed store, hash-verified

895 return self._to_string_recursive(res)
896
897 def batch_indexer(self, chunk_size=100):
898 """
899 Create a new batch indexer from the client with a given chunk size
900 """
901 return self.BatchIndexer(self, chunk_size=chunk_size)
902
903 def create_index(
904 self,

Callers 2

createIndexMethod · 0.80
createIndexMethod · 0.80

Calls

no outgoing calls

Tested by 2

createIndexMethod · 0.64
createIndexMethod · 0.64