Checkpoint frontend UI/UX overhaul and ingestion embed benchmark work

This commit is contained in:
2026-08-06 17:21:21 +07:00
parent 1e8cbdb586
commit a4b8e1c4db
78 changed files with 6761 additions and 654 deletions
+6 -2
View File
@@ -18,7 +18,7 @@
"Resource": "*"
},
{
"Sid": "InvokeEmbeddingGenerationRerank",
"Sid": "InvokeModels",
"Effect": "Allow",
"Action": [
"bedrock:InvokeModel",
@@ -27,8 +27,12 @@
"Resource": [
"arn:aws:bedrock:us-east-1::foundation-model/amazon.titan-embed-text-v2:0",
"arn:aws:bedrock:us-east-1::foundation-model/cohere.embed-v4:0",
"arn:aws:bedrock:us-east-1::foundation-model/cohere.rerank-v3-5:0",
"arn:aws:bedrock:us-east-1::foundation-model/deepseek.v3.2",
"arn:aws:bedrock:us-east-1::foundation-model/cohere.rerank-v3-5:0"
"arn:aws:bedrock:us-east-1::foundation-model/qwen.qwen3-next-80b-a3b",
"arn:aws:bedrock:us-east-1::foundation-model/qwen.qwen3-32b-v1:0",
"arn:aws:bedrock:us-east-1::foundation-model/openai.gpt-oss-120b-1:0",
"arn:aws:bedrock:us-east-1::foundation-model/openai.gpt-oss-20b-1:0"
]
}
]