Superlinked through time.
boolean.field.is_()
and boolean.field.is_not_()
to enable more ergonomic boolean query syntax. [Version: 27.5.0]QUERY_TO_RETURN_ORIGIN_ID=True
in your settings to retain previous behavior.node_id
generation.__schema__
as a tag.node_id
generation.None
value for negative_filter_indices
in Batch.node_id
calculation change.SUPERLINKED_CONCURRENT_BLOB_LOADING
setting to True
.SUPERLINKED_CONCURRENT_EFFECT_EVALUATION
which enables concurrent event processing (defaults to True
).HfHubHTTPError
when interfacing with HuggingFace.DescribedBlob
can now be imported using sl.DescribedBlob
.created_at
timestamp generation in batch jobs by using Spark metadata instead of file scanning.OnlineAggregationNode
.NumberSpace
with_vector
queries default to the correct weight.TextSimilaritySpace
requires re-ingestion. Internal logic revisited to minimize this need..select(foo.bar, foo.baz)
syntax is deprecated. Use .select([foo.bar, foo.baz])
to support additional parameters like metadata.superlinked-batch
.SUPERLINKED_DISABLE_HALF_PRECISION_EMBEDDING=false
), requiring data re-ingestion.OR
operator..with_vector(...)
.CustomSpace
calculations.IdField
for retrieving single entries (e.g., for CustomSpace
interactions).created_at
timestamp during batch ingestion.created_at
property.FloatField
type.VectorSampler
..with_vector()
functionality with Qdrant.CategoricalSpace
behavior with uncategorized_as_category=True
.select_all()
, select(...)
, select_fields=...
) for improved query latency.python -m superlinked.server
.import superlinked as sl
, eliminating the need to remember the import path of each object.InteractiveExecutor
to support connecting to different VDBs from a notebook environment..similar(number_space, 3)
instead of .similar(number_space.number, 3)
.