|
| 1 | +import LanceDBRecordID from '/snippets/general-shared-text/lancedb-record-id.mdx'; |
| 2 | + |
1 | 3 | - A [LanceDB open source software (OSS) installation](https://lancedb.github.io/lancedb/basic/#installation) on a local machine, a server, or a virtual machine. |
2 | 4 | (LanceDB Cloud is not supported.) |
3 | 5 | - For LanceDB OSS with local data storage: |
|
6 | 8 | See [Connect to a database](https://lancedb.github.io/lancedb/basic/#connect-to-a-database) in the LanceDB documentation. |
7 | 9 | - The name of the target [LanceDB table](https://lancedb.github.io/lancedb/basic/#create-an-empty-table) within the local data folder. |
8 | 10 |
|
| 11 | + <LanceDBRecordID /> |
| 12 | + |
9 | 13 | - For LanceDB OSS with data storage in an Amazon S3 bucket: |
10 | 14 |
|
11 | 15 | - The URI for the target Amazon S3 bucket and any target folder path within that bucket. Use the format `s3://<bucket-name>[/<folder-name>]`. |
12 | 16 | - The name of the target [LanceDB table](https://lancedb.github.io/lancedb/guides/storage/#object-stores) within the Amazon S3 bucket. |
| 17 | + |
| 18 | + <LanceDBRecordID /> |
| 19 | + |
13 | 20 | - The AWS access key ID and AWS secret access key for the AWS IAM entity that has access to the Amazon S3 bucket. |
14 | 21 |
|
15 | 22 | For more information, see [AWS S3](https://lancedb.github.io/lancedb/guides/storage/#aws-s3) in the LanceDB documentation, along with the following video: |
|
29 | 36 | - The name of the target Azure Blob Storage account. |
30 | 37 | = The URI for the target container within that Azure Blob Storage account and any target folder path within that container. Use the format `az://<container-name>[/<folder-name>]`. |
31 | 38 | - The name of the target [LanceDB table](https://lancedb.github.io/lancedb/guides/storage/#object-stores) within the Azure Blob Storage account. |
| 39 | + |
| 40 | + <LanceDBRecordID /> |
| 41 | + |
32 | 42 | - The access key for the Azure Blob Storage account. |
33 | 43 |
|
34 | 44 | For more information, see [Azure Blob Storage](https://lancedb.github.io/lancedb/guides/storage/#azure-blob-storage) in the LanceDB documentation, along with the following video: |
|
47 | 57 |
|
48 | 58 | - The URI for the target Google Cloud Storage bucket and any target folder path within that bucket. Use the format `gs://<bucket-name>[/<folder-name>]`. |
49 | 59 | - The name of the target [LanceDB table](https://lancedb.github.io/lancedb/guides/storage/#object-stores) within the Google Cloud Storage bucket. |
| 60 | + |
| 61 | + <LanceDBRecordID /> |
| 62 | + |
50 | 63 | - A single-line string that contains the contents of the downloaded service account key file for the Google Cloud service account that has access to the |
51 | 64 | Google Cloud Storage bucket. |
52 | 65 |
|
|
0 commit comments