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
commit 03243cb422
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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):