Skip to content

Commit

Permalink
fix: check url
Browse files Browse the repository at this point in the history
  • Loading branch information
CahidArda committed Dec 30, 2024
1 parent 880a25e commit 6a0ae2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/commands/client/range/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ describe("RANGE with Index Client", () => {
});

test("should use range for sparse", async () => {
console.log(process.env.SPARSE_UPSTASH_VECTOR_REST_URL);

const namespace = "range-sparse";

const vectors: ConstructorParameters<typeof UpsertCommand<Dict<unknown>>>[0] = Array.from(
Expand Down

0 comments on commit 6a0ae2c

Please sign in to comment.