Modify params for bedrock retrieve generate (#13182)

This commit is contained in:
Warren Chen
2025-02-05 12:17:42 +08:00
committed by GitHub
parent 2ad7ee0344
commit 03243cb422
8 changed files with 277 additions and 688 deletions

View File

@@ -87,7 +87,7 @@ class TestKnowledgeBaseClient(unittest.TestCase):
def _test_005_batch_indexing_status(self):
client = self._get_dataset_kb_client()
response = client.batch_indexing_status(self.batch_id)
data = response.json()
response.json()
self.assertEqual(response.status_code, 200)
def _test_006_update_document_by_file(self):