We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a51af6 commit 1747742Copy full SHA for 1747742
packages/core/storage-js/src/StorageClient.ts
@@ -32,7 +32,7 @@ export class StorageClient extends StorageBucketApi {
32
* @returns A StorageVectorsClient instance configured with the current storage settings.
33
*/
34
vectors(): StorageVectorsClient {
35
- return new StorageVectorsClient(this.url, {
+ return new StorageVectorsClient(this.url + '/vector', {
36
headers: this.headers,
37
fetch: this.fetch,
38
})
0 commit comments