ibm-watsonx-orchestrate 1.8.1__py3-none-any.whl → 1.8.1.dev0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@
5
5
 
6
6
  pkg_name = "ibm-watsonx-orchestrate"
7
7
 
8
- __version__ = "1.8.1"
8
+ __version__ = "1.8.1.dev0"
9
9
 
10
10
 
11
11
 
@@ -134,12 +134,13 @@ class MilvusConnection(BaseModel):
134
134
  }
135
135
  """
136
136
  grpc_host: Optional[str] = None
137
+ grpc_port: Optional[str] = None
138
+ server_cert: Optional[str] = None
137
139
  database: Optional[str] = None
138
140
  collection: Optional[str] = None
139
141
  index: Optional[str] = None
140
142
  embedding_model_id: Optional[str] = None
141
143
  limit : Optional[int] = None
142
- grpc_port: Optional[str] = None
143
144
  filter: Optional[str] = None
144
145
  field_mapping: Optional[FieldMapping] = None
145
146
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ibm-watsonx-orchestrate
3
- Version: 1.8.1
3
+ Version: 1.8.1.dev0
4
4
  Summary: IBM watsonx.orchestrate SDK
5
5
  Author-email: IBM <support@ibm.com>
6
6
  License: MIT License
@@ -1,4 +1,4 @@
1
- ibm_watsonx_orchestrate/__init__.py,sha256=b17FhWemtG_CY1jQrXXiXeEtvz6vWNWDGSzVp1A6er4,426
1
+ ibm_watsonx_orchestrate/__init__.py,sha256=sAPyu9wxGTQAPVYZHLIYSchn3v-GfmA7k9DLOKia76s,431
2
2
  ibm_watsonx_orchestrate/agent_builder/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  ibm_watsonx_orchestrate/agent_builder/agents/__init__.py,sha256=lmZwaiWXD4Ea19nrMwZXaqCxFMG29xNS8vUoZtK3yI4,392
4
4
  ibm_watsonx_orchestrate/agent_builder/agents/agent.py,sha256=W0uya81fQPrYZFaO_tlsxBL56Bfpw0xrqdxQJhAZ6XI,983
@@ -13,7 +13,7 @@ ibm_watsonx_orchestrate/agent_builder/connections/connections.py,sha256=CD3QHI4d
13
13
  ibm_watsonx_orchestrate/agent_builder/connections/types.py,sha256=YOOlXXNKVxTZ6tK2ceeytWXUApZjwfi4mgdYwXoiqOk,9532
14
14
  ibm_watsonx_orchestrate/agent_builder/knowledge_bases/knowledge_base.py,sha256=_KuGF0RZpKpwdt31rzjlTjrhGRFz2RtLzleNkhMNX4k,1831
15
15
  ibm_watsonx_orchestrate/agent_builder/knowledge_bases/knowledge_base_requests.py,sha256=3xTfFMZR17EN8eYRhsVyBfOEzlTqyi0eYaMXyv0_ZtQ,862
16
- ibm_watsonx_orchestrate/agent_builder/knowledge_bases/types.py,sha256=_jHu9ELQqj1qwDK6U7jqemzNFeM2O5APlykiZRsDOcY,7009
16
+ ibm_watsonx_orchestrate/agent_builder/knowledge_bases/types.py,sha256=ekOG2xBVmFzDawR4ctUzaod1qa6jaKbig7DYjhaYU-A,7047
17
17
  ibm_watsonx_orchestrate/agent_builder/model_policies/__init__.py,sha256=alJEjlneWlGpadmvOVlDjq5wulytKOmpkq3849fhKNc,131
18
18
  ibm_watsonx_orchestrate/agent_builder/model_policies/types.py,sha256=a6f9HP2OlZIe36k_PDRmFtefz2Ms2KBpzJ_jz8ggYbk,882
19
19
  ibm_watsonx_orchestrate/agent_builder/models/__init__.py,sha256=R5nTbyMBzahONdp5-bJFp-rbtTDnp2184k6doZqt67w,31
@@ -121,8 +121,8 @@ ibm_watsonx_orchestrate/utils/utils.py,sha256=U7z_2iASoFiZ2zM0a_2Mc2Y-P5oOT7hOwu
121
121
  ibm_watsonx_orchestrate/utils/logging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
122
122
  ibm_watsonx_orchestrate/utils/logging/logger.py,sha256=FzeGnidXAjC7yHrvIaj4KZPeaBBSCniZFlwgr5yV3oA,1037
123
123
  ibm_watsonx_orchestrate/utils/logging/logging.yaml,sha256=9_TKfuFr1barnOKP0fZT5D6MhddiwsXVTFjtRbcOO5w,314
124
- ibm_watsonx_orchestrate-1.8.1.dist-info/METADATA,sha256=GqBl0E5ZkcUj_R4Muk7lL7hR0GgV3UsS4PB2xEaBiVo,1360
125
- ibm_watsonx_orchestrate-1.8.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
126
- ibm_watsonx_orchestrate-1.8.1.dist-info/entry_points.txt,sha256=SfIT02-Jen5e99OcLhzbcM9Bdyf8SGVOCtnSplgZdQI,69
127
- ibm_watsonx_orchestrate-1.8.1.dist-info/licenses/LICENSE,sha256=Shgxx7hTdCOkiVRmfGgp_1ISISrwQD7m2f0y8Hsapl4,1083
128
- ibm_watsonx_orchestrate-1.8.1.dist-info/RECORD,,
124
+ ibm_watsonx_orchestrate-1.8.1.dev0.dist-info/METADATA,sha256=R3qAsTdFLe-tc1H-aP-dTPKJuZ4nBG1-ydEL4ikcSzo,1365
125
+ ibm_watsonx_orchestrate-1.8.1.dev0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
126
+ ibm_watsonx_orchestrate-1.8.1.dev0.dist-info/entry_points.txt,sha256=SfIT02-Jen5e99OcLhzbcM9Bdyf8SGVOCtnSplgZdQI,69
127
+ ibm_watsonx_orchestrate-1.8.1.dev0.dist-info/licenses/LICENSE,sha256=Shgxx7hTdCOkiVRmfGgp_1ISISrwQD7m2f0y8Hsapl4,1083
128
+ ibm_watsonx_orchestrate-1.8.1.dev0.dist-info/RECORD,,