weaviate-client
    Preparing search index...

    Class Reference

    A factory class to create references from objects to other objects.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Create a multi-target reference with given UUID(s) pointing to a specific target collection.

      Type Parameters

      Parameters

      • uuids: string | string[]

        The UUID(s) of the target object(s).

      • targetCollection: string

        The target collection name.

      Returns ReferenceManager<TProperties>

      The reference manager object.