weaviate-client
    Preparing search index...

    Variable queryFactoryConst

    queryFactory: {
        hybridVector: { nearText: () => void; nearVector: () => void };
        nearVector: {
            listOfVectors: <V extends PrimitiveVectorType>(
                ...vectors: V[],
            ) => ListOfVectors<V>;
        };
    } = ...

    Type Declaration

    • hybridVector: { nearText: () => void; nearVector: () => void }
    • nearVector: {
          listOfVectors: <V extends PrimitiveVectorType>(
              ...vectors: V[],
          ) => ListOfVectors<V>;
      }