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