이 페이지에서는 AlloyDB Omni를 설치하고 AlloyDB AI를 통합하는 방법을 보여줍니다.
AlloyDB AI는 AlloyDB Omni에 포함된 기능 모음으로, 이를 사용하면 엔터프라이즈 생성형 AI 애플리케이션을 빌드할 수 있습니다. AlloyDB의 AI/ML 기능에 관한 자세한 내용은 생성형 AI 애플리케이션 빌드를 참고하세요.
AlloyDB AI가 포함된 AlloyDB Omni를 사용하면 원격 ML 모델을 쿼리하여 ML 모델에서 생성된 온라인 예측 및 텍스트 임베딩을 사용할 수 있습니다. AlloyDB AI가 포함된 AlloyDB Omni는 이미지와 같은 다른 콘텐츠의 벡터 임베딩도 처리할 수 있습니다(예: google_ml.predict_row 인터페이스를 사용하고 쿼리에서 직접 번역하는 경우).
AlloyDB AI와 함께 AlloyDB Omni를 설치할 위치에 따라 다음 옵션 중 하나를 선택합니다.
이전 쿼리에서 embedding() 호출은 입력 텍스트 AlloyDB AI의 임베딩을 생성합니다.
array_dims는 embedding()에서 반환된 배열의 크기를 반환합니다.
text-embedding-005 모델은 768개의 측정기준이 있는 출력을 반환하므로 출력은 [768]입니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-04-03(UTC)"],[[["AlloyDB Omni with AlloyDB AI enables users to build enterprise generative AI applications and query remote ML models."],["AlloyDB AI, a feature suite within AlloyDB Omni, allows for online predictions and the generation of text embeddings from ML models."],["AlloyDB Omni can process vector embeddings from diverse content like images, using the `google_ml.predict_row` interface."],["A successful installation of AlloyDB Omni with AlloyDB AI can be verified by running a query that uses the `embedding()` function to generate text embeddings, using the `CREATE EXTENSION IF NOT EXISTS google_ml_integration CASCADE;` command."],["The example query, `SELECT array_dims(embedding('text-embedding-005', 'AlloyDB AI')::real[]);`, shows how to use the `embedding()` function to get vector dimensions for text inputs."]]],[]]