litellm/tests/vector_store_tests
Mateo Wang f11c12d157
Revert "chore(tests): migrate Bedrock CI to AWS account 941277531214 (#28728)" (#29326)
This reverts the Bedrock CI account migration (#28728). The original account
(888602223428) was put under an AWS security restriction after a leaked key
and has since been reactivated, while the replacement account (941277531214)
lacks access to several models the suites exercise (legacy Bedrock Claude 3
models, Cohere, Nova Canvas image gen, Bedrock batch inference, and flagship
Opus). Pointing CI back at the reactivated account restores that coverage.

This is the exact inverse of #28728: all hardcoded 941277531214 references go
back to 888602223428 (provisioned/imported-model ARNs, AgentCore runtime ARNs
and their suffixes, batch execution role ARN, and the example proxy config),
the S3 buckets revert to litellm-proxy and load-testing-oct, the guardrail IDs
revert to wf0hkdb5x07f and ff6ujrregl1q, the SageMaker endpoint and Knowledge
Base revert to their original ids, and the live-call tests go back to the
legacy model strings. The grid_spec fail_reason workaround for the unentitled
Opus cells is dropped while keeping the unrelated bedrock_effort_ceiling field
added after the migration.

The CircleCI AWS_ACCESS_KEY_ID / AWS_SECRET_ACCESS_KEY env vars still point at
941277531214 and must be set to the reactivated account's fresh credentials
separately via the CircleCI API; AWS_REGION_NAME stays us-west-2.
2026-05-30 11:26:24 -07:00
..
rag style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
base_vector_store_test.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
conftest.py [Feat] Add OpenAI Search Vector Store Operation (#12018) 2025-06-24 15:52:43 -07:00
test_azure_ai_vector_store.py test: update test apis 2026-03-28 18:57:27 -07:00
test_azure_vector_store.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
test_bedrock_vector_store.py Revert "chore(tests): migrate Bedrock CI to AWS account 941277531214 (#28728)" (#29326) 2026-05-30 11:26:24 -07:00
test_gemini_vector_store.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
test_milvus_vector_store.py fix: drop milvus dbName and partitionNames from MILVUS_OPTIONAL_PARAMS 2026-04-30 11:51:32 -07:00
test_openai_vector_store.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
test_ragflow_vector_store.py Fix extra body error 2026-04-29 08:34:31 +05:30
test_s3_vectors_vector_store.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
test_vertex_ai_search_api_vector_store.py (feat) Vector Stores: support Vertex AI Search API as vector store through LiteLLM (#15781) 2025-10-22 18:56:36 -07:00
test_vertex_ai_vector_store.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00