Fix local end user session grants and schema resolution
Some checks failed
Repo Quality / structure (push) Has been cancelled
Some checks failed
Repo Quality / structure (push) Has been cancelled
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
SET PAGESIZE 100
|
||||
SET LINESIZE 220
|
||||
|
||||
ALTER SESSION SET CURRENT_SCHEMA = ADMIN;
|
||||
|
||||
PROMPT RAG retrieval simulation: retrieve chunks closest to the question embedding.
|
||||
|
||||
SELECT chunk_id,
|
||||
@@ -12,4 +14,3 @@ SELECT chunk_id,
|
||||
FROM dds_rag_chunks
|
||||
ORDER BY distance
|
||||
FETCH FIRST 5 ROWS ONLY;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user