Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade qdrant version to 1.6 #1037

Merged
merged 2 commits into from
Oct 11, 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
16 changes: 8 additions & 8 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:

include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
cross: false
os: ubuntu-latest
cross: false

- target: x86_64-apple-darwin
os: macos-11
cross: false
os: macos-11
cross: false

- target: aarch64-apple-darwin
os: macos-11
os: macos-11
cross: true

- target: x86_64-pc-windows-msvc
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
toolchain: 1.70.0
target: ${{ matrix.target }}

- name: Install Protoc
Expand All @@ -54,9 +54,9 @@ jobs:

- name: Build qdrant
env:
VERSION: 1.5.1
VERSION: 1.6.0
run: |
cargo install --target ${{ matrix.target }} --git https://github.com/qdrant/qdrant --tag v${{ env.VERSION }} --locked --root . qdrant
cargo install --target ${{ matrix.target }} --git https://github.com/qdrant/qdrant --tag v${{ env.VERSION }} --root . qdrant
- name: Upload binaries
uses: actions/upload-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions apps/desktop/src-tauri/bin/qdrant-aarch64-apple-darwin
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/desktop/src-tauri/bin/qdrant-x86_64-apple-darwin
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/desktop/src-tauri/bin/qdrant-x86_64-pc-windows-msvc.exe
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/desktop/src-tauri/bin/qdrant-x86_64-unknown-linux-gnu
Git LFS file not shown
Loading