Rayyan Shahid
Results
2
issues of
Rayyan Shahid
- [x] Add support for LLM in select as operator SELECT DummyLLM({prompt}, data) FROM fruitTable; - [x] Provide LLM token usage and cost for the above queries. - [x] Model...
**Issue** `MetricsStore` uses 1-indexing for `replica_id` at several places even though `replica_id`s are 0-indexed. **Fix** Update 1-indexed usage of `replica_id` in `_replica_memory_usage`, `_replica_busy_time` and `_replica_mfu` inside `MetricsStore` to 0-indexed.