Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

v0.3.2 #325

Merged
merged 11 commits into from
Mar 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,27 @@ lib/x86_64-apple-darwin/onnxruntime/_deps/flatbuffers-build/libflatbuffers.a fil
lib/x86_64-unknown-linux-gnu/onnxruntime/libonnxruntime.so filter=lfs diff=lfs merge=lfs -text
lib/aarch64-apple-darwin/onnxruntime/_deps/abseil_cpp-build/absl/strings/libabsl_strings.a filter=lfs diff=lfs merge=lfs -text
lib/aarch64-apple-darwin/onnxruntime/_deps/protobuf-build filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/qdrant-x86_64-apple-darwin filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/ctags-x86_64-apple-darwin filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/ctags-x86_64-unknown-linux-gnu filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/qdrant-aarch64-apple-darwin filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/qdrant-x86_64-unknown-linux-gnu filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/x86_64-apple-darwin filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/aarch64-apple-darwin filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/ctags-aarch64-apple-darwin filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/x86_64-apple-darwin/libcharset.1.dylib filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/aarch64-apple-darwin/libpcre2-8.0.dylib filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/aarch64-apple-darwin/libz.dylib filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/x86_64-apple-darwin/libyaml-0.2.dylib filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/x86_64-apple-darwin/libz.dylib filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/aarch64-apple-darwin/libiconv.dylib filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/aarch64-apple-darwin/libyaml-0.2.dylib filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/x86_64-apple-darwin/libiconv-nocharset.dylib filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/x86_64-apple-darwin/libintl.8.dylib filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/x86_64-apple-darwin/libpcre2-8.0.dylib filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/aarch64-apple-darwin/libiconv-nocharset.dylib filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/aarch64-apple-darwin/libxml2.2.dylib filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/x86_64-apple-darwin/libiconv.dylib filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/x86_64-apple-darwin/libjansson.4.dylib filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/x86_64-apple-darwin/libxml2.2.dylib filter=lfs diff=lfs merge=lfs -text
apps/desktop/src-tauri/bin/aarch64-apple-darwin/libcharset.1.dylib filter=lfs diff=lfs merge=lfs -text
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:

- name: Build qdrant
env:
VERSION: 1.0.2
VERSION: 1.1.0
run: |
cargo install --target ${{ matrix.target }} --git https://github.com/qdrant/qdrant --tag v$VERSION --locked --root . qdrant

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tauri-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
name: ubuntu-latest

- target: x86_64-apple-darwin
name: macos-latest
name: macos-11

- target: aarch64-apple-darwin
name: macos-latest
name: macos-11

runs-on: ${{ matrix.name }}
env:
Expand Down
Loading