> ## Documentation Index
> Fetch the complete documentation index at: https://manual.seahorse.dnotitia.ai/llms.txt
> Use this file to discover all available pages before exploring further.

> Seahorse 의 Storage 는 pdf, word, 이미지 등 다양한 형식의 파일들을 업로드 할 수 있으며, AI 가 검색 할 수 있도록 자동으로 벡터 데이터베이스의 Table 로 임베딩합니다. (vsync)

# Storage

# Storage 기능

Seahorse 의 Storage 는 pdf, word, 이미지 등 다양한 형식의 파일들을 업로드 할 수 있으며, AI 가 검색 할 수 있도록 자동으로 벡터 데이터베이스의 Table 로 임베딩합니다.

<img src="https://mintcdn.com/dnotitia-328335e7/nH6QAwwQZ-jsIFdi/.gitbook/assets/admin__Storage0.png?fit=max&auto=format&n=nH6QAwwQZ-jsIFdi&q=85&s=f09eadcb5077980a2e821fb7940d1812" alt="Storage 기능" width="982" height="804" data-path=".gitbook/assets/admin__Storage0.png" />

## 처음 진입 시 (Empty State)

등록된 Storage 가 없으면 목록 대신 **온보딩 가이드** 가 표시됩니다.

```text theme={null}
Welcome! Let's get started with Storage
No storage available. Follow the steps below to get started.
```

| 단계    | 제목                   | 설명                                        |
| ----- | -------------------- | ----------------------------------------- |
| **1** | **Connect Storage**  | Connect an S3-compatible object storage   |
| **2** | **Upload Files**     | Upload documents, images, and other files |
| **3** | **Enable Embedding** | Make files searchable with Auto Embedding |

하단 버튼: **Create Storage** → [Storage 생성](/console/storage/storage-create) · **Run Quick Start** → [퀵스타트 투어](/console/home/main)

<Warning>
  **Storage 수정 기능은 제공되지 않습니다.** Storage 의 이름·Endpoint·Index 설정은 생성 시에만 결정되며 이후 변경할 수 없습니다. 설정 변경이 필요하면 **새 Storage 를 생성** 한 뒤 파일을 이관하고 기존 Storage 를 삭제하세요.
</Warning>

<CardGroup cols={2}>
  <Card title="Storage 생성" href="/console/storage/storage-create">
    Storage 생성 — Basic Info (이름), Inference Endpoints (Dense/Sparse/Dimension), Table Settings (HNSW 인덱스 파라미터)
  </Card>

  <Card title="Storage 삭제" href="/console/storage/storage-delete">
    Storage 공간(컨테이너) 자체를 영구 삭제하는 다이얼로그 — 내부 파일 삭제와는 다른 작업
  </Card>

  <Card title="Storage 상세 & 파일 업로드" href="/console/storage/storage-detail">
    Storage 상세 — 문서 파이프라인, 파일 목록, Table Connections / Support Extension 팝업, 파일 업로드
  </Card>

  <Card title="Storage 목록" href="/console/storage/storage-list">
    Storage 목록 — 이름·연결 Table·API URL·Endpoint·생성일을 한눈에 조회하고 상세로 이동
  </Card>
</CardGroup>

## 관련 문서

* [Console (콘솔)](/)
* [Agent Ops Menu Group](/console/agent-ops)
* [Database Menu Group](/console/database)
* [Console 활용 가이드](/console/guides)
* [Home](/console/home)
* [MANAGEMENT Menu Group](/console/management)
