Hammad Bashir

Results 25 issues of Hammad Bashir

The status bar is on by default in the new UI window created. Maybe RecordViewController should mirror the unity setting for status bar? Just need to add this `override var...

It could be useful to expose the results of the share activity to Unity so that a caller can implement their own flow around the results. Can be done with...

We should default to maximally using the machine instead of using 4 threads.

1. Add precommit hooks 2. Run global formatting.

cleanup

## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - None - New functionality - Adds a ONNX port of sentence-transformers all-MiniLM-L6-v2 in...

We should allow for get'ing a collection based on a filtering of its metadata. This way you could handle cases like wanting to get all collections belonging to a specific...

enhancement

### Describe the problem The return objects for GetResult and QueryResult are confusing to many users right now as they require you to match data up to your input ordering...

enhancement
breaking change

## Description of changes Add in multiple versions of python during CI. ## Test plan These are tests ## Documentation Changes None

### Describe the problem Chaining together multiple OR calls for IN or NOT IN behavior in where clauses is cumbersome. ### Describe the proposed solution We should support IN and...

enhancement