Luis Cossío

Results 41 issues of Luis Cossío

This registers `tracing` as the default layer for logs Fixes #280 Most of the changes were taken from this [tmp commit](https://github.com/shuttle-hq/shuttle/commit/72ad972e32c5fafbdf7b5abc1b6f8b91abfc5071). Feel free to comment about the implementation, feedback is...

## Progress - [x] internals - [x] unit tests - [x] integration tests - [x] define specific API - [x] REST - [x] gRPC ### All Submissions: * [x] Have...

This is an intermediate PR towards #1768, which isolates the internals, before wiring to the API Includes/Depends on #1785 ### What to review In `group_by.rs` we can look into the...

Part of #1768 Adds an aggregator to be used when iteratively request more results, which buckets the results into separate groups, as well as providing useful methods for inspecting the...

# Proof of Concept This is a POC to solve #1645, it still would need the full migration, but it works with the few paths and schemas that I've enabled...

## What's this? Sets the `qdrant` binary by default when using `cargo run` to avoid writing the more verbose `cargo run --bin qdrant` ### All Submissions: * [x] Have you...

Adds the internal mechanism for retrieving points from another collection given a list of PseudoIds - create new PseudoId type from GroupId - impl try_from PseudoId to PointIdType - create...

Adds the lookup feature to the existing `group_by` infrastructure ## Dependencies Builds on top of #1981 ## TODOs - [x] Create `GroupBy` builder - [x] Add tests. Only happy paths...

Exposes the lookup feature in the Groups API, in both REST and gRPC interfaces ## Dependencies Builds on top of #1996 ## TO DOs: - [x] Expose feature - [x]...