Creates a reference to a Weaviate indexer.
Configuration for the indexer reference
Name of the Weaviate collection
Optional
Optional display name for the indexer
An indexer reference object
const indexer = weaviateIndexerRef({ collectionName: 'Documents'}); Copy
const indexer = weaviateIndexerRef({ collectionName: 'Documents'});
Creates a reference to a Weaviate indexer.