1Z0-184-25 試験問題を無料オンラインアクセス
| 試験コード: | 1Z0-184-25 |
| 試験名称: | Oracle AI Vector Search Professional |
| 認定資格: | Oracle |
| 無料問題数: | 62 |
| 更新日: | 2026-09-06 |
What is the function of the COSINE parameter in the SQL query used to retrieve similar vectors?
topk = 3
sql = f"""select payload, vector_distance(vector, :vector, COSINE) as score from {table_name} order by score fetch approximate {topk} rows only"""
Which statement best describes the core functionality and benefit of Retrieval Augmented Generation (RAG) in Oracle Database 23ai?
You are tasked with creating a table to store vector embeddings with the following characteristics: Each vector must have exactly 512 dimensions, and the dimensions should be stored as 32-bitfloating point numbers. Which SQL statement should you use?