Skip to content

Commit b69c2ac

Browse files
committed
refactor: Qdrant to Qdrant impl
Signed-off-by: Anush008 <anushshetty90@gmail.com>
1 parent 4c8b4d3 commit b69c2ac

File tree

6 files changed

+88
-118
lines changed

6 files changed

+88
-118
lines changed

.github/workflows/pr-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
files=$(gofmt -l .) && echo $files && [ -z "$files" ]
2626
2727
- name: Golang CI Lint
28-
uses: golangci/golangci-lint-action@v7
28+
uses: golangci/golangci-lint-action@v8
2929
with:
3030
version: v2.1.2 # Specify the golangci-lint version, so we are stable
3131
args: --timeout 10m # Increase the timeout to 10 minutes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ Flags:
3939
--skip-tls-verification Skip TLS verification.
4040
--version Print version information and quit
4141

42-
--source-url=STRING Source GRPC URL, e.g. https://your-qdrant-hostname:6334
42+
--source-url=STRING Source gRPC URL, e.g. https://your-qdrant-hostname:6334
4343
--source-collection=STRING Source collection
4444
--source-api-key=STRING Source API key ($SOURCE_API_KEY)
45-
--target-url=STRING Target GRPC URL, e.g. https://your-qdrant-hostname:6334
45+
--target-url=STRING Target gRPC URL, e.g. https://your-qdrant-hostname:6334
4646
--target-collection=STRING Target collection
4747
--target-api-key=STRING Target API key ($TARGET_API_KEY)
4848
-b, --batch-size=50 Batch size

0 commit comments

Comments
 (0)