Functions§
- build_
pipeline_ handle_ from_ items - Build a fresh
SphereQLPipelinefrom a slice ofCategorizedItemInputs usingSphereQLPipeline::new(defaultPipelineConfig). Returns the wrapped handle ready to feed into a schema. - build_
schema - create_
default_ index - create_
schema_ with_ defaults - default_
no_ embedder_ handle - Default embedder handle that always errors. Use this when wiring a schema for a deployment that only exposes resolvers which don’t require text embedding (or as a placeholder until a real embedder is plugged in).
- into_
pipeline_ handle - Wrap an existing
SphereQLPipelinefor use as GraphQL context data.
Type Aliases§
- Category
Pipeline Handle - Shared, lockable handle to the fitted category-enrichment pipeline.
- Embedder
Handle - Type-erased text embedder shared across resolvers.
- Spherical
Schema