Collin Hundley

Results 5 issues of Collin Hundley

MariaDB is generally a drop-in replacement for MySQL, but attempting to build this module with MariaDB installed on the system (instead of MySQL) results in the error `ld: library not...

**To those following this repository:** We are in the process of performing a complete rewrite of Swift AI, which will include an update to Swift 3, full Linux support, many...

It looks like you're using the `p50k_base` encodings which are only for GPT-2 and GPT-3. GPT-4 uses `cl100k_base` encodings. The newer vocab is available [here](https://openaipublic.blob.core.windows.net/encodings/cl100k_base.tiktoken) in base64 format. Converting this...

What would it take to support GPT-4 encoding with the `cl100k_base` vocab? I haven't found any Swift libraries that support this yet.

### Description Decoding an array of `QuerySnapshotDocument` using `Firestore.Decoder` is very slow, compared to decoding a similar array using `JSONDecoder`: ```swift // 50k documents let documents = try await myCollection.getDocuments().documents...

type: feature request
api: firestore
Swift API