collect_params#

langchain_community.vectorstores.neo4j_vector.collect_params(input_data: List[Tuple[str, Dict[str, str]]]) Tuple[List[str], Dict[str, Any]][source]#

Transform the input data into the desired format.

Args: - input_data (list of tuples): Input data to transform.

Each tuple contains a string and a dictionary.

Returns: - tuple: A tuple containing a list of strings and a dictionary.

Parameters:

input_data (List[Tuple[str, Dict[str, str]]]) –

Return type:

Tuple[List[str], Dict[str, Any]]