final class VoyagerSCollectionOps extends AnyVal
- Source
- SCollectionSyntax.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VoyagerSCollectionOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new VoyagerSCollectionOps(self: SCollection[VoyagerUri])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asVoyagerSideInput(): SideInput[VoyagerReader]
Load the Voyager v2 index stored at VoyagerUri in this SCollection.
Load the Voyager v2 index stored at VoyagerUri in this SCollection.
- returns
SideInput[VoyagerReader]
- Annotations
- @experimental()
- def asVoyagerSideInput(space: SpaceType, numDimensions: Int, storageDataType: StorageDataType): SideInput[VoyagerReader]
Load the Voyager index stored at VoyagerUri in this SCollection.
Load the Voyager index stored at VoyagerUri in this SCollection.
- space
The measurement for computing distance between entities. One of Euclidean, Cosine or Dot (inner product).
- numDimensions
Number of dimensions in vectors.
- storageDataType
The Storage type of the vectors at rest. One of Float8, Float32 or E4M3.
- returns
SideInput[VoyagerReader]
- Annotations
- @experimental()
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any