Hi team, I am looking forward to examine and. configure the Connection Pool
I tried the below approach , is that right ? or any other way to do that?
_ip = “http://localhost:8081”
conn_config = ConnectionConfig(session_pool_connections=2,session_pool_maxsize=2)
config_ = Config(connection_config=conn_config)
client = weaviate.Client(ip,additional_config=config)