Ask a question to get started
Enter to sendā¢Shift+Enter new line
Check if the fulltext index exists in the Neo4j database
This method queries the Neo4j database for existing fts indexes with the specified name.
retrieve_existing_fts_index( self, text_node_properties: List[str] = [], ) -> Optional[str]