Skip to content

Commit

Permalink
Updated sqlite-vec to 0.1.3 & sqlite-amalgamation-3450300 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ha100 authored Oct 28, 2024
1 parent 0c691f7 commit f74a67e
Show file tree
Hide file tree
Showing 7 changed files with 10,293 additions and 5,580 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The [Swift Package Manager](https://www.swift.org/documentation/package-manager/

```swift
dependencies: [
.package(url: "https://github.com/jkrukowski/SQLiteVec", from: "0.0.8")
.package(url: "https://github.com/jkrukowski/SQLiteVec", from: "0.0.9")
]
```

Expand Down
4 changes: 1 addition & 3 deletions Sources/CSQLiteVec/extinit.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 8 additions & 14 deletions Sources/CSQLiteVec/include/sqlite-vec.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

284 changes: 242 additions & 42 deletions Sources/CSQLiteVec/include/sqlite3.h

Large diffs are not rendered by default.

23 changes: 19 additions & 4 deletions Sources/CSQLiteVec/sqlite-vec.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f74a67e

Please sign in to comment.