Skip to content

Commit 3a6bcb2

Browse files
committed
Update index.md
1 parent 45d31e3 commit 3a6bcb2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/docs/sources/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ description: CocoIndex Built-in Sources
88

99
In CocoIndex, a source is the data origin you import from (e.g., files, databases, APIs) that feeds into an indexing flow for transformation and retrieval.
1010

11-
| Source Type | See Also |
12-
|------------------|-------------------------|
13-
| LocalFile | [Local File System](/docs/sources#localfile) |
14-
| AmazonS3 | [Amazon S3](/docs/sources#amazons3) |
15-
| AzureBlob | [Azure Blob Storage](/docs/sources#azureblob) |
16-
| GoogleDrive | [Google Drive](/docs/sources#googledrive) |
17-
| Postgres | [PostgreSQL](/docs/sources#postgres) |
11+
| Source Type | Description |
12+
|----------------|------------------------------------|
13+
| [LocalFile](/docs/sources#localfile) | Local file system |
14+
| [AmazonS3](/docs/sources#amazons3) | Object store (Amazon S3 bucket) |
15+
| [AzureBlob](/docs/sources#azureblob) | Object store (Azure Blob Storage) |
16+
| [GoogleDrive](/docs/sources#googledrive) | Cloud file system (Google Drive) |
17+
| [Postgres](/docs/sources#postgres) | Relational database (Postgres) |
1818

1919
Related:
2020
- [Life cycle of a indexing flow](/docs/core/basics#life-cycle-of-an-indexing-flow)

0 commit comments

Comments
 (0)