API 엔드포인트
- 대시보드:
http://<SERVER-IP>:6333/dashboard - REST API:
http://<SERVER-IP>:6333 - gRPC API:
<SERVER-IP>:6334
대시보드 접속
- Qdrant 대시보드 열기:
http://<SERVER-IP>:6333/dashboard - 요청되면 다음 위치에 저장된 API 키를 입력하세요:
/root/qdrant/config/production.yaml - Qdrant는 사용자 계정을 사용하지 않습니다. 인증은 API 키로 수행됩니다.
API 키
생성된 API 키 저장 위치:
/root/qdrant/config/production.yaml
This file contains:
api_keyread_only_api_key
API 키 확인:
grep api_key /root/qdrant/config/production.yaml
grep read_only_api_key /root/qdrant/config/production.yaml
검색만 수행하는 애플리케이션에는 읽기 전용 API 키를 사용하세요.
중요한 파일 및 디렉토리
- 설치 경로:
/root/qdrant - Compose 파일:
/root/qdrant/docker-compose.yml - 구성 파일:
/root/qdrant/config/production.yaml - 데이터 디렉토리:
/root/qdrant/qdrant_data - 스냅숏 디렉터리:
/root/qdrant/snapshots
참고
- 이 설치는 TLS 없이 HTTP로 Qdrant를 노출합니다.
- 보안 강화와 프로덕션 운영을 위해 클라이언트와 Qdrant 인스턴스 간 트래픽을 암호화하도록 TLS 활성화를 고려하세요.
- 다음 위치의 설정을 검토하고 업데이트하세요
/root/qdrant/config/production.yamlbased on your requirements and security preferences before using Qdrant in production.